about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev+love@gmail.com>2022-12-06 12:48:52 +0900
committerGitHub <noreply@github.com>2022-12-06 12:48:52 +0900
commitfa7d3ec630fddf8530e3e7ca8f46d80187cace98 (patch)
tree275419c9f309990128cee81c604c35ebc3e3bc8d /src
parentf04454d4c8d2c283b2d2ae9b71cad347fdebc42b (diff)
parent58110572fb23e0ad1944bdf3d8cdb3f84cb91aa2 (diff)
downloadrust-fa7d3ec630fddf8530e3e7ca8f46d80187cace98.tar.gz
rust-fa7d3ec630fddf8530e3e7ca8f46d80187cace98.zip
Rollup merge of #105289 - Rageking8:fix-dupe-word-typos, r=cjgillot
Fix dupe word typos
Diffstat (limited to 'src')
-rw-r--r--src/test/ui/rfc-1445-restrict-constants-in-patterns/match-requires-both-partialeq-and-eq.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/rfc-1445-restrict-constants-in-patterns/match-requires-both-partialeq-and-eq.rs b/src/test/ui/rfc-1445-restrict-constants-in-patterns/match-requires-both-partialeq-and-eq.rs
index 6b7d94603b5..a8deb8a7550 100644
--- a/src/test/ui/rfc-1445-restrict-constants-in-patterns/match-requires-both-partialeq-and-eq.rs
+++ b/src/test/ui/rfc-1445-restrict-constants-in-patterns/match-requires-both-partialeq-and-eq.rs
@@ -5,7 +5,7 @@ struct Foo {
 
 impl PartialEq for Foo {
     fn eq(&self, _: &Foo) -> bool {
-        false // ha ha sucker!
+        false // ha ha!
     }
 }