Wrong placement of inner attribute in previous commit

This commit is contained in:
Oliver Schneider 2017-07-27 13:35:34 +02:00
parent b4115fc245
commit 34a3e9c157

View File

@ -1,12 +1,12 @@
// FIXME: rustc doesn't generate expansion info for `cfg!` anymore
#![allow(logic-bug)]
#[macro_use]
extern crate duct;
use std::io::{BufRead, BufReader};
use std::fs::File;
// FIXME: rustc doesn't generate expansion info for `cfg!` anymore
#![allow(logic-bug)]
#[test]
fn examples() {
let mut error = false;