Skip to content

Commit 3801b64

Browse files
committed
rustfmt: reformat imports
1 parent c1013c2 commit 3801b64

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/lib.rs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,11 @@
3030
3131
#![warn(missing_docs)]
3232

33-
#[macro_use] extern crate bitflags;
34-
#[macro_use] extern crate log;
33+
#[macro_use]
34+
extern crate bitflags;
35+
36+
#[macro_use]
37+
extern crate log;
3538

3639
mod crates {
3740
// public
@@ -44,6 +47,7 @@ mod crates {
4447

4548
mod constants;
4649
mod keytype;
50+
4751
mod api;
4852

4953
pub mod keytypes;

0 commit comments

Comments
 (0)