Skip to content

Commit

Permalink
Rollup merge of rust-lang#52842 - toidiu:ak-commentUpdate, r=estebank
Browse files Browse the repository at this point in the history
update comment

r? @joshtriplett

Addressing comment: rust-lang#52761 (review)
  • Loading branch information
GuillaumeGomez committed Jul 31, 2018
2 parents 0771d56 + 2b25ee0 commit 043b1a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsyntax/feature_gate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ declare_features! (
// Infer outlives requirements; RFC 2093
(active, infer_outlives_requirements, "1.26.0", Some(44493), None),

// Infer outlives requirements; RFC 2093
// Infer static outlives requirements; RFC 2093
(active, infer_static_outlives_requirements, "1.26.0", Some(44493), None),

// Multiple patterns with `|` in `if let` and `while let`
Expand Down

0 comments on commit 043b1a1

Please sign in to comment.