Skip to content

Commit b21f0a3

Browse files
committedJul 30, 2019
Pacify tidy, the merciless.
1 parent 99c4a94 commit b21f0a3

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
@@ -623,7 +623,7 @@ declare_features! (
623623
(removed, quote, "1.33.0", Some(29601), None, None),
624624
// Allows using `#[unsafe_destructor_blind_to_params]` (RFC 1238).
625625
(removed, dropck_parametricity, "1.38.0", Some(28498), None, None),
626-
(removed, await_macro, "1.37.0", Some(50547), None,
626+
(removed, await_macro, "1.38.0", Some(50547), None,
627627
Some("subsumed by `.await` syntax")),
628628

629629
// -------------------------------------------------------------------------

0 commit comments

Comments
 (0)
Please sign in to comment.