rust/tests/target/configs/reorder_extern_crates/false.rs
2018-03-02 15:07:13 +13:00

12 lines
181 B
Rust

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