about summary refs log tree commit diff
path: root/clippy_lints
diff options
context:
space:
mode:
authorDan <hello@danielh.cc>2024-04-03 19:03:12 -0400
committerDan <hello@danielh.cc>2024-04-03 19:03:12 -0400
commitca92c0a7a472e3d641bb5b38e69851317dc0986a (patch)
tree3108f0e9aaa42d49c33107d5e821360b19c312a0 /clippy_lints
parent76096efb48d79ee5d3434d31285828d15a50b9c7 (diff)
downloadrust-ca92c0a7a472e3d641bb5b38e69851317dc0986a.tar.gz
rust-ca92c0a7a472e3d641bb5b38e69851317dc0986a.zip
update messages
Diffstat (limited to 'clippy_lints')
-rw-r--r--clippy_lints/src/misc.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/src/misc.rs b/clippy_lints/src/misc.rs
index ea6e662b4be..be1a35f8fb2 100644
--- a/clippy_lints/src/misc.rs
+++ b/clippy_lints/src/misc.rs
@@ -66,7 +66,7 @@ declare_clippy_lint! {
     ///
     /// ### Known problems
     /// The lint does not work properly with desugaring and
-    /// macro, it has been allowed in the mean time.
+    /// macro, it has been allowed in the meantime.
     ///
     /// ### Example
     /// ```no_run