Skip to content

Commit 9c5dec2

Browse files
committed
fix fmt not caught locally
1 parent 9cbd047 commit 9c5dec2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

guide/src/lib.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
// no code yet?
22
#![allow(unused)]
33
use mdbook;
4-
use serde_json;
54
use pulldown_cmark;
65
use pulldown_cmark_to_cmark;
6+
use serde_json;
77

8-
pub fn marco() {
9-
10-
}
8+
pub fn marco() {}

0 commit comments

Comments
 (0)