Fix typo in previous commit

This commit is contained in:
Oliver Schneider 2017-07-27 13:37:21 +02:00
parent 34a3e9c157
commit 065974c8ae

View file

@ -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;