diff options
| author | Charisee <chiw@google.com> | 2022-02-10 22:30:51 +0000 |
|---|---|---|
| committer | Charisee <chiw@google.com> | 2022-02-10 22:30:51 +0000 |
| commit | dbeab9c532080a52f5cc86fbb4ca679581b866fd (patch) | |
| tree | 05dfa807d3c199bc9eee246d4078a353c3533206 | |
| parent | a889079b29ee8204ea4cf19842bc759e676a2937 (diff) | |
| download | rust-dbeab9c532080a52f5cc86fbb4ca679581b866fd.tar.gz rust-dbeab9c532080a52f5cc86fbb4ca679581b866fd.zip | |
added space
| -rw-r--r-- | library/core/tests/lib.rs | 2 |
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)] |
