rustdoc: remove handling of Gc.

This commit is contained in:
Eduard Burtescu
2014-10-01 01:42:04 +03:00
parent 8a91d33ee7
commit 39de8464ed
2 changed files with 1 additions and 8 deletions

View File

@@ -476,7 +476,7 @@ impl fmt::Show for clean::Type {
};
write!(f, "&{}{}{}", lt, MutableSpace(mutability), **ty)
}
clean::Unique(..) | clean::Managed(..) => {
clean::Unique(..) => {
fail!("should have been cleaned")
}
}