about summary refs log tree commit diff
path: root/library/std/src/lib.rs
diff options
context:
space:
mode:
authorkamaboko123 <6112062+kamaboko123@users.noreply.github.com>2024-04-12 22:02:08 +0900
committerkamaboko123 <6112062+kamaboko123@users.noreply.github.com>2024-04-12 22:02:08 +0900
commit47c3ffa5d41b22a40b90902b22d022ef9fc6d080 (patch)
tree6777741ea88d891d28e535f33b722a6a65062f19 /library/std/src/lib.rs
parentab71ee7a9214c2793108a41efb065aa77aeb7326 (diff)
downloadrust-47c3ffa5d41b22a40b90902b22d022ef9fc6d080.tar.gz
rust-47c3ffa5d41b22a40b90902b22d022ef9fc6d080.zip
fix typo in library/std/src/lib.rs
Diffstat (limited to 'library/std/src/lib.rs')
-rw-r--r--library/std/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs
index ac475b5530a..f5a89a67417 100644
--- a/library/std/src/lib.rs
+++ b/library/std/src/lib.rs
@@ -221,7 +221,7 @@
         issue = "none",
         reason = "You have attempted to use a standard library built for a platform that it doesn't \
             know how to support. Consider building it for a known environment, disabling it with \
-            `#![no_std]` or overriding this warning by enabling this feature".
+            `#![no_std]` or overriding this warning by enabling this feature."
     )
 )]
 #![cfg_attr(not(bootstrap), rustc_preserve_ub_checks)]