12 lines
181 B
Rust
Raw Normal View History

2018-02-04 12:07:51 +09: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;