Skip to content

Commit 9d0b91d

Browse files
committed
syntax: Minor cleanup
1 parent bf26f26 commit 9d0b91d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/libsyntax/codemap.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,10 @@
2020
pub use self::MacroFormat::*;
2121

2222
use std::cell::RefCell;
23+
use std::fmt;
2324
use std::ops::{Add, Sub};
2425
use std::rc::Rc;
2526

26-
use std::fmt;
27-
2827
use serialize::{Encodable, Decodable, Encoder, Decoder};
2928

3029

0 commit comments

Comments
 (0)