Format with rustfmt.

This commit is contained in:
Dan Gohman
2019-10-02 11:22:40 -07:00
parent 277d981041
commit f9d802fb1d

View File

@@ -3,10 +3,10 @@
use super::{Comparator, Forest, Node, NodeData, NodePool, Path, INNER_SIZE};
use crate::packed_option::PackedOption;
#[cfg(test)]
use alloc::string::String;
#[cfg(test)]
use core::fmt;
use core::marker::PhantomData;
#[cfg(test)]
use alloc::string::String;
/// Tag type defining forest types for a map.
struct MapTypes<K, V>(PhantomData<(K, V)>);