fix typo: affect -> effect
This commit is contained in:
parent
d7e751006c
commit
e1e6c002d8
3 changed files with 3 additions and 3 deletions
|
@ -58,7 +58,7 @@
|
|||
|
||||
// To run alloc tests without x.py without ending up with two copies of alloc, 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))]
|
||||
//
|
||||
#![allow(unused_attributes)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue