about summary refs log tree commit diff
path: root/library/core
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2023-08-15 19:30:09 +0200
committerRalf Jung <post@ralfj.de>2023-08-15 19:30:09 +0200
commite1e6c002d826117806f55247c239fe7f40324c1c (patch)
tree036819c1971f12520345e766f6b2b6deea2fde45 /library/core
parentd7e751006cb3691d1384b74196a9cb45447acfa8 (diff)
downloadrust-e1e6c002d826117806f55247c239fe7f40324c1c.tar.gz
rust-e1e6c002d826117806f55247c239fe7f40324c1c.zip
fix typo: affect -> effect
Diffstat (limited to 'library/core')
-rw-r--r--library/core/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/lib.rs b/library/core/src/lib.rs
index ded799160bf..48c3c1f2123 100644
--- a/library/core/src/lib.rs
+++ b/library/core/src/lib.rs
@@ -51,7 +51,7 @@
 #![cfg(not(test))]
 // To run core tests without x.py without ending up with two copies of core, 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))]
 #![stable(feature = "core", since = "1.6.0")]
 #![doc(