diff options
| author | Yuki Okushi <huyuumi.dev+love@gmail.com> | 2022-12-06 12:48:52 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-06 12:48:52 +0900 |
| commit | fa7d3ec630fddf8530e3e7ca8f46d80187cace98 (patch) | |
| tree | 275419c9f309990128cee81c604c35ebc3e3bc8d /src | |
| parent | f04454d4c8d2c283b2d2ae9b71cad347fdebc42b (diff) | |
| parent | 58110572fb23e0ad1944bdf3d8cdb3f84cb91aa2 (diff) | |
| download | rust-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.rs | 2 |
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! } } |
