Skip to content

Commit b8ef5a2

Browse files
committed
no known problems
1 parent 99d07ef commit b8ef5a2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

clippy_lints/src/needless_deref.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ declare_clippy_lint! {
1616
/// if you want to deref explicitly, `&** (&T)` is what you need.
1717
/// If you want to reborrow, `&T` is enough (`&T` is Copy).
1818
///
19-
/// ### Known problems
20-
/// None.
21-
///
2219
/// ### Example
2320
/// ```rust
2421
/// let s = &String::new();

0 commit comments

Comments
 (0)