about summary refs log tree commit diff
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
parent76096efb48d79ee5d3434d31285828d15a50b9c7 (diff)
downloadrust-ca92c0a7a472e3d641bb5b38e69851317dc0986a.tar.gz
rust-ca92c0a7a472e3d641bb5b38e69851317dc0986a.zip
update messages
-rw-r--r--clippy_lints/src/misc.rs2
-rw-r--r--tests/ui-internal/custom_ice_message.stderr2
2 files changed, 2 insertions, 2 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
diff --git a/tests/ui-internal/custom_ice_message.stderr b/tests/ui-internal/custom_ice_message.stderr
index b84f4e87e07..763ce59ba1d 100644
--- a/tests/ui-internal/custom_ice_message.stderr
+++ b/tests/ui-internal/custom_ice_message.stderr
@@ -4,7 +4,7 @@ note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
 
 error: the compiler unexpectedly panicked. this is a bug.
 
-note: it seems that this compiler <version> is outdated, a newer nightly should have been released in the mean time
+note: it seems that this compiler <version> is outdated, a newer nightly should have been released in the meantime
   |
   = note: please consider running `rustup update nightly` to update the nightly channel and check if this problem still persists
   = note: if the problem still persists, we would appreciate a bug report: https://github.com/rust-lang/rust-clippy/issues/new?template=ice.yml