Skip to content

Commit 1c8194c

Browse files
committed
Formatting
1 parent ddbce11 commit 1c8194c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libsyntax/feature_gate.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@ const KNOWN_FEATURES: &'static [(&'static str, &'static str, Status)] = &[
163163

164164
// Allows the definition recursive static items.
165165
("static_recursion", "1.3.0", Active),
166-
// Allows default type parameters to influence type inference.
166+
167+
// Allows default type parameters to influence type inference.
167168
("default_type_parameter_fallback", "1.3.0", Active)
168169
];
169170
// (changing above list without updating src/doc/reference.md makes @cmr sad)

0 commit comments

Comments
 (0)