Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dnbln committed Nov 29, 2023
1 parent 39032f0 commit d76318f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clippy_lints/src/needless_move.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ declare_clippy_lint! {
/// with the `move` keyword, even if it's not necessary:
///
/// ```no_run
/// # fn function_that_does_something_with(_: String) {}
/// let a = String::new();
/// std::thread::spawn(move || {
/// // ...
Expand Down

0 comments on commit d76318f

Please sign in to comment.