about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRyan Wiedemann <Ryan1729@gmail.com>2020-08-10 09:19:40 -0600
committerGitHub <noreply@github.com>2020-08-10 09:19:40 -0600
commitfbf637d12c95528846bfa65ce67bd652f2affb43 (patch)
tree296d1f7b045aba238f27c0692d6b46d71b287307
parent3e3e50bf0fa6282c7265e34589170033c2301edd (diff)
downloadrust-fbf637d12c95528846bfa65ce67bd652f2affb43.tar.gz
rust-fbf637d12c95528846bfa65ce67bd652f2affb43.zip
formatting
-rw-r--r--clippy_lints/src/ptr.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/src/ptr.rs b/clippy_lints/src/ptr.rs
index 33c1bbd488a..7f58a381adc 100644
--- a/clippy_lints/src/ptr.rs
+++ b/clippy_lints/src/ptr.rs
@@ -55,7 +55,7 @@ declare_clippy_lint! {
     /// 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:**