mirror of
https://github.com/servo/servo.git
synced 2025-07-01 12:33:40 +01:00
Tidy fixes
This commit is contained in:
parent
ce4e1e4194
commit
3ddb1fda74
7 changed files with 43 additions and 22 deletions
|
@ -1,12 +1,22 @@
|
|||
// Copyright 2014-2015 The Rust Project Developers. See the COPYRIGHT
|
||||
// file at the top-level directory of this distribution and at
|
||||
// http://rust-lang.org/COPYRIGHT.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
||||
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
|
||||
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
pub use std::*;
|
||||
|
||||
extern crate heapsize;
|
||||
|
||||
mod table;
|
||||
mod shim;
|
||||
mod alloc;
|
||||
pub mod hash_map;
|
||||
pub mod hash_set;
|
||||
mod shim;
|
||||
mod table;
|
||||
|
||||
pub mod fake;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue