Format with stable rustfmt-preview, then with rustfmt-0.9 again.
This commit is contained in:
@@ -22,8 +22,8 @@ mod path;
|
||||
mod pool;
|
||||
mod set;
|
||||
|
||||
pub use self::map::{MapForest, Map, MapCursor, MapIter};
|
||||
pub use self::set::{SetForest, Set, SetCursor, SetIter};
|
||||
pub use self::map::{Map, MapCursor, MapForest, MapIter};
|
||||
pub use self::set::{Set, SetCursor, SetForest, SetIter};
|
||||
|
||||
use self::node::NodeData;
|
||||
use self::path::Path;
|
||||
|
||||
Reference in New Issue
Block a user