diff options
| author | Frank Steffahn <frank.steffahn@stu.uni-kiel.de> | 2021-08-22 18:15:49 +0200 |
|---|---|---|
| committer | Frank Steffahn <frank.steffahn@stu.uni-kiel.de> | 2021-08-22 18:15:49 +0200 |
| commit | 2f9ddf3bc7cfa79d272b1409be80905be946d831 (patch) | |
| tree | a88f54853c40da892b1da6ae223176df5ba6469b /src/test/ui-fulldeps | |
| parent | 2396fad0950980cd3bf53bc825cdfa79ec7fd85f (diff) | |
| download | rust-2f9ddf3bc7cfa79d272b1409be80905be946d831.tar.gz rust-2f9ddf3bc7cfa79d272b1409be80905be946d831.zip | |
Fix typos “an”→“a” and a few different ones that appeared in the same search
Diffstat (limited to 'src/test/ui-fulldeps')
| -rw-r--r-- | src/test/ui-fulldeps/internal-lints/pass_ty_by_ref_self.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui-fulldeps/internal-lints/pass_ty_by_ref_self.rs b/src/test/ui-fulldeps/internal-lints/pass_ty_by_ref_self.rs index 25f6490aa35..48b140d9174 100644 --- a/src/test/ui-fulldeps/internal-lints/pass_ty_by_ref_self.rs +++ b/src/test/ui-fulldeps/internal-lints/pass_ty_by_ref_self.rs @@ -1,6 +1,6 @@ // compile-flags: -Z unstable-options // NOTE: This test doesn't actually require `fulldeps` -// so we could instead use it as an `ui` test. +// so we could instead use it as a `ui` test. // // Considering that all other `internal-lints` are tested here // this seems like the cleaner solution though. |
