Skip to content

Commit 47c3ffa

Browse files
committed
fix typo in library/std/src/lib.rs
1 parent ab71ee7 commit 47c3ffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
issue = "none",
222222
reason = "You have attempted to use a standard library built for a platform that it doesn't \
223223
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".
224+
`#![no_std]` or overriding this warning by enabling this feature."
225225
)
226226
)]
227227
#![cfg_attr(not(bootstrap), rustc_preserve_ub_checks)]

0 commit comments

Comments
 (0)