]> git.lizzy.rs Git - rust.git/commitdiff
formatting
authorRyan Wiedemann <Ryan1729@gmail.com>
Mon, 10 Aug 2020 15:19:40 +0000 (09:19 -0600)
committerGitHub <noreply@github.com>
Mon, 10 Aug 2020 15:19:40 +0000 (09:19 -0600)
clippy_lints/src/ptr.rs

index 33c1bbd488a9171bedb47599348ea5e25e5c715b..7f58a381adcea2af2451fe8363f8850d1306fbb6 100644 (file)
@@ -55,7 +55,7 @@
     /// type of the reference.
     ///
     /// Note that if the function is part of your public interface, there may be
-    /// other crates referencing it, of which you may not be aware. Carefully 
+    /// other crates referencing it, of which you may not be aware. Carefully
     /// deprecate the function before applying the lint suggestions in this case.
     ///
     /// **Example:**