rustdoc: remove handling of Gc.
This commit is contained in:
@@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user