Skip to content

Commit

Permalink
core: Hide GC docs
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Mar 26, 2013
1 parent 7f5d7e1 commit f792d17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libcore/gc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f792d17

Please sign in to comment.