Remove tests for objs, adjust tests that use objs

This commit is contained in:
Marijn Haverbeke
2012-01-13 11:48:55 +01:00
parent 24102d50ad
commit d2be5b6c7a
58 changed files with 16 additions and 971 deletions

View File

@@ -159,7 +159,6 @@ fn doc_item(rd: rustdoc, item: @ast::item) {
ast::item_mod(_mod) { }
ast::item_ty(ty, typarams) { }
ast::item_tag(variant, typarams) { }
ast::item_obj(_obj, typarams, node_id) { }
ast::item_res(_, _, _, _, _) { }
};
}