Skip to content

Commit d76318f

Browse files
committed
fix test
1 parent 39032f0 commit d76318f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clippy_lints/src/needless_move.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ declare_clippy_lint! {
6666
/// with the `move` keyword, even if it's not necessary:
6767
///
6868
/// ```no_run
69+
/// # fn function_that_does_something_with(_: String) {}
6970
/// let a = String::new();
7071
/// std::thread::spawn(move || {
7172
/// // ...

0 commit comments

Comments
 (0)