Skip to content

Commit

Permalink
syntax: remove unused imports of Gc and GC.
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyb committed Oct 2, 2014
1 parent fb58109 commit a99e626
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libsyntax/test.rs
Expand Up @@ -13,7 +13,6 @@
#![allow(dead_code)]
#![allow(unused_imports)]

use std::gc::{Gc, GC};
use std::slice;
use std::mem;
use std::vec;
Expand Down

0 comments on commit a99e626

Please sign in to comment.