style: Back out ordermap.

It was worth a shot!
This commit is contained in:
Emilio Cobos Álvarez 2018-02-12 12:20:46 +01:00
parent 9c94fe4279
commit 25868beabd
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
8 changed files with 3 additions and 384 deletions

View file

@ -8,8 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
extern crate ordermap;
pub mod alloc;
pub mod hash_map;
pub mod hash_set;
@ -17,7 +15,6 @@ mod shim;
mod table;
pub mod fake;
pub mod order;
use std::{error, fmt};