diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-06-27 23:01:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-27 23:01:15 +0200 |
| commit | fdf75af730c7e661b00df4c36f73f6fa564396ea (patch) | |
| tree | 6a1317a227d510b7892c1083b08664a21e0bff3e /src/libsyntax | |
| parent | 766795fe5ac66271f1e5a41160b273490f0a24a9 (diff) | |
| parent | e053eede872b1992c55fbdaeec104b7c84a23f1a (diff) | |
| download | rust-fdf75af730c7e661b00df4c36f73f6fa564396ea.tar.gz rust-fdf75af730c7e661b00df4c36f73f6fa564396ea.zip | |
Rollup merge of #62160 - ia0:question_mark_macro_sep, r=petrochenkov
Remove outdated question_mark_macro_sep lint
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/early_buffered_lints.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libsyntax/early_buffered_lints.rs b/src/libsyntax/early_buffered_lints.rs index 598c8459d15..b26a1165fed 100644 --- a/src/libsyntax/early_buffered_lints.rs +++ b/src/libsyntax/early_buffered_lints.rs @@ -9,8 +9,6 @@ use syntax_pos::MultiSpan; /// Since we cannot import `LintId`s from `rustc::lint`, we define some Ids here which can later be /// passed to `rustc::lint::Lint::from_parser_lint_id` to get a `rustc::lint::Lint`. pub enum BufferedEarlyLintId { - /// Usage of `?` as a macro separator is deprecated. - QuestionMarkMacroSep, IllFormedAttributeInput, } |
