1
Fork 0

syntax: remove unused imports of Gc and GC.

This commit is contained in:
Eduard Burtescu 2014-09-30 23:58:34 +03:00
parent fb58109070
commit a99e626d07

View file

@ -13,7 +13,6 @@
#![allow(dead_code)]
#![allow(unused_imports)]
use std::gc::{Gc, GC};
use std::slice;
use std::mem;
use std::vec;