mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 11:59:49 +00:00
Don't explicitly warn against semicolon_in_expressions_from_macros
This has been warn-by-default for two years now and has already been added to the future-incompat lints in 1.68.
This commit is contained in:
parent
2d66f6df25
commit
a7224c998d
38 changed files with 38 additions and 38 deletions
|
@ -20,7 +20,7 @@
|
|||
//! [Swift]: <https://github.com/apple/swift/blob/13d593df6f359d0cb2fc81cfaac273297c539455/lib/Syntax/README.md>
|
||||
|
||||
#![cfg_attr(feature = "in-rust-tree", feature(rustc_private))]
|
||||
#![warn(rust_2018_idioms, unused_lifetimes, semicolon_in_expressions_from_macros)]
|
||||
#![warn(rust_2018_idioms, unused_lifetimes)]
|
||||
|
||||
#[allow(unused)]
|
||||
macro_rules! eprintln {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue