diff options
| author | Brian Anderson <banderson@mozilla.com> | 2013-03-25 13:05:14 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2013-03-26 12:27:47 -0700 |
| commit | f792d177a493aa3ced268ed4d6815baef5ab8d29 (patch) | |
| tree | 39a6d22f76d93c0b113551c1200cdefe5877fab9 | |
| parent | 7f5d7e1c2e7464916694e55ba4f31bf5b8f9a4f9 (diff) | |
| download | rust-f792d177a493aa3ced268ed4d6815baef5ab8d29.tar.gz rust-f792d177a493aa3ced268ed4d6815baef5ab8d29.zip | |
core: Hide GC docs
| -rw-r--r-- | src/libcore/gc.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libcore/gc.rs b/src/libcore/gc.rs index 6b256114663..f2fe73e501e 100644 --- a/src/libcore/gc.rs +++ b/src/libcore/gc.rs @@ -8,6 +8,8 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +#[doc(hidden)]; + /*! Precise garbage collector The precise GC exposes two functions, gc and |
