stylo: Add appropriate traits to hashglobe::fake

This commit is contained in:
Manish Goregaokar 2017-08-31 15:55:35 -07:00
parent 5cd296a264
commit ce4e1e4194
No known key found for this signature in database
GPG key ID: 3BBF4D3E2EF79F98
4 changed files with 141 additions and 1 deletions

View file

@ -1,5 +1,7 @@
pub use std::*;
extern crate heapsize;
mod table;
mod shim;
mod alloc;