Skip to content

Commit fbf637d

Browse files
authored
formatting
1 parent 3e3e50b commit fbf637d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/ptr.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ declare_clippy_lint! {
5555
/// type of the reference.
5656
///
5757
/// Note that if the function is part of your public interface, there may be
58-
/// other crates referencing it, of which you may not be aware. Carefully
58+
/// other crates referencing it, of which you may not be aware. Carefully
5959
/// deprecate the function before applying the lint suggestions in this case.
6060
///
6161
/// **Example:**

0 commit comments

Comments
 (0)