diff options
| author | Ralf Jung <post@ralfj.de> | 2023-08-15 19:30:09 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2023-08-15 19:30:09 +0200 |
| commit | e1e6c002d826117806f55247c239fe7f40324c1c (patch) | |
| tree | 036819c1971f12520345e766f6b2b6deea2fde45 /library/std/src | |
| parent | d7e751006cb3691d1384b74196a9cb45447acfa8 (diff) | |
| download | rust-e1e6c002d826117806f55247c239fe7f40324c1c.tar.gz rust-e1e6c002d826117806f55247c239fe7f40324c1c.zip | |
fix typo: affect -> effect
Diffstat (limited to 'library/std/src')
| -rw-r--r-- | library/std/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs index c07aa5cd91f..ac4ce222fba 100644 --- a/library/std/src/lib.rs +++ b/library/std/src/lib.rs @@ -190,7 +190,7 @@ // To run std tests without x.py without ending up with two copies of std, Miri needs to be // able to "empty" this crate. See <https://github.com/rust-lang/miri-test-libstd/issues/4>. -// rustc itself never sets the feature, so this line has no affect there. +// rustc itself never sets the feature, so this line has no effect there. #![cfg(any(not(feature = "miri-test-libstd"), test, doctest))] // miri-test-libstd also prefers to make std use the sysroot versions of the dependencies. #![cfg_attr(feature = "miri-test-libstd", feature(rustc_private))] |
