remove unused derives and variants

This commit is contained in:
Andy Russell
2019-06-26 21:15:13 -04:00
parent d3e2cec292
commit e991abd004
7 changed files with 56 additions and 68 deletions

View File

@@ -5188,9 +5188,6 @@ fn collect_paths_for_type(first_ty: clean::Type) -> Vec<String> {
clean::Type::Array(ty, _) => {
work.push_back(*ty);
},
clean::Type::Unique(ty) => {
work.push_back(*ty);
},
clean::Type::RawPointer(_, ty) => {
work.push_back(*ty);
},