Rename crate

This commit is contained in:
Yota Toyama
2019-04-15 15:06:59 +00:00
parent d9cabba113
commit ee35165f99
11 changed files with 17 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
extern crate bdwgc_allocator;
extern crate bdwgc_alloc;
use bdwgc_allocator::Allocator;
use bdwgc_alloc::Allocator;
use std::alloc::{GlobalAlloc, Layout};
#[global_allocator]