rust/tests/target/configs/reorder_extern_crates/false.rs

12 lines
181 B
Rust
Raw Normal View History

2018-02-03 21:07:51 -06:00
// rustfmt-reorder_extern_crates: false
extern crate foo;
extern crate bar;
extern crate foobar;
#[macro_use]
extern crate nom;
extern crate regex;
#[macro_use]
extern crate log;