Skip to content

Commit 9d9040f

Browse files
committed
rustfmt
1 parent c08643a commit 9d9040f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clippy_lints/src/needless_take_by_value.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ use syntax_pos::Span;
1010
use utils::{in_macro, is_self, is_copy, implements_trait, get_trait_def_id, snippet, span_lint_and_then, paths};
1111
use std::collections::HashSet;
1212

13-
/// **What it does:** Checks for functions taking arguments by value, but only using them by reference.
13+
/// **What it does:** Checks for functions taking arguments by value, but only using them by
14+
/// reference.
1415
///
1516
/// **Why is this bad?**
1617
///

0 commit comments

Comments
 (0)