From 543cae9a464fda1f1652eb1b103e648472d5dd73 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 19 Nov 2013 23:20:06 -0500 Subject: add an initial `Gc` stub with the API --- src/libstd/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libstd/lib.rs') diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index e0908dcb290..ffa91df4e8a 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -133,6 +133,7 @@ pub mod owned; pub mod managed; pub mod borrow; pub mod rc; +pub mod gc; /* Core language traits */ -- cgit 1.4.1-3-g733a5