mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-24 05:33:27 +00:00
Fix typo in previous commit
This commit is contained in:
parent
34a3e9c157
commit
065974c8ae
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
// FIXME: rustc doesn't generate expansion info for `cfg!` anymore
|
||||
#![allow(logic-bug)]
|
||||
#![allow(logic_bug)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate duct;
|
||||
|
|
Loading…
Reference in a new issue