Wrong placement of inner attribute in previous commit
This commit is contained in:
parent
b4115fc245
commit
34a3e9c157
@ -1,12 +1,12 @@
|
|||||||
|
// FIXME: rustc doesn't generate expansion info for `cfg!` anymore
|
||||||
|
#![allow(logic-bug)]
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate duct;
|
extern crate duct;
|
||||||
|
|
||||||
use std::io::{BufRead, BufReader};
|
use std::io::{BufRead, BufReader};
|
||||||
use std::fs::File;
|
use std::fs::File;
|
||||||
|
|
||||||
// FIXME: rustc doesn't generate expansion info for `cfg!` anymore
|
|
||||||
#![allow(logic-bug)]
|
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn examples() {
|
fn examples() {
|
||||||
let mut error = false;
|
let mut error = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user