We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab71ee7 commit 47c3ffaCopy full SHA for 47c3ffa
library/std/src/lib.rs
@@ -221,7 +221,7 @@
221
issue = "none",
222
reason = "You have attempted to use a standard library built for a platform that it doesn't \
223
know how to support. Consider building it for a known environment, disabling it with \
224
- `#![no_std]` or overriding this warning by enabling this feature".
+ `#![no_std]` or overriding this warning by enabling this feature."
225
)
226
)]
227
#![cfg_attr(not(bootstrap), rustc_preserve_ub_checks)]
0 commit comments