about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCharisee <chiw@google.com>2022-02-10 22:30:51 +0000
committerCharisee <chiw@google.com>2022-02-10 22:30:51 +0000
commitdbeab9c532080a52f5cc86fbb4ca679581b866fd (patch)
tree05dfa807d3c199bc9eee246d4078a353c3533206
parenta889079b29ee8204ea4cf19842bc759e676a2937 (diff)
downloadrust-dbeab9c532080a52f5cc86fbb4ca679581b866fd.tar.gz
rust-dbeab9c532080a52f5cc86fbb4ca679581b866fd.zip
added space
-rw-r--r--library/core/tests/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/tests/lib.rs b/library/core/tests/lib.rs
index d439a8d7de4..cc628aa7463 100644
--- a/library/core/tests/lib.rs
+++ b/library/core/tests/lib.rs
@@ -6,7 +6,7 @@
 #![feature(bool_to_option)]
 #![feature(box_syntax)]
 #![feature(cell_update)]
-#![cfg_attr(bootstrap,feature(cfg_panic))]
+#![cfg_attr(bootstrap, feature(cfg_panic))]
 #![cfg_attr(bootstrap, feature(cfg_target_has_atomic))]
 #![feature(const_assume)]
 #![feature(const_black_box)]