Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Jul 29, 2015
1 parent ddbce11 commit 1c8194c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/libsyntax/feature_gate.rs
Expand Up @@ -163,7 +163,8 @@ const KNOWN_FEATURES: &'static [(&'static str, &'static str, Status)] = &[

// Allows the definition recursive static items.
("static_recursion", "1.3.0", Active),
// Allows default type parameters to influence type inference.

// Allows default type parameters to influence type inference.
("default_type_parameter_fallback", "1.3.0", Active)
];
// (changing above list without updating src/doc/reference.md makes @cmr sad)
Expand Down

0 comments on commit 1c8194c

Please sign in to comment.