mirror of
https://github.com/servo/servo.git
synced 2025-07-01 04:23:39 +01:00
style: Back out ordermap.
It was worth a shot!
This commit is contained in:
parent
9c94fe4279
commit
25868beabd
8 changed files with 3 additions and 384 deletions
|
@ -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};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue