Skip to content

Commit cb71752

Browse files
committed
Tidy fixup
1 parent f411576 commit cb71752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/feature_gate.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ declare_features! (
492492

493493
// `extern crate self as foo;` puts local crate root into extern prelude under name `foo`.
494494
(active, extern_crate_self, "1.31.0", Some(56409), None),
495-
495+
496496
// Allows calling `const unsafe fn` inside `unsafe` blocks in `const fn` functions.
497497
(active, min_const_unsafe_fn, "1.31.0", Some(55607), None),
498498
);

0 commit comments

Comments
 (0)