mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 11:07:42 +00:00
Fix typo in previous commit
This commit is contained in:
parent
34a3e9c157
commit
065974c8ae
@ -1,5 +1,5 @@
|
|||||||
// FIXME: rustc doesn't generate expansion info for `cfg!` anymore
|
// FIXME: rustc doesn't generate expansion info for `cfg!` anymore
|
||||||
#![allow(logic-bug)]
|
#![allow(logic_bug)]
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate duct;
|
extern crate duct;
|
||||||
|
Loading…
Reference in New Issue
Block a user