replace serialize with serde in rustdoc

This commit is contained in:
Andy Russell
2019-06-29 13:30:45 -04:00
parent e9469a6aec
commit 94630d4c8b
6 changed files with 125 additions and 69 deletions

View File

@@ -35,7 +35,6 @@ extern crate rustc_parse;
extern crate rustc_target;
extern crate rustc_typeck;
extern crate rustc_lexer;
extern crate serialize;
extern crate syntax;
extern crate syntax_expand;
extern crate syntax_pos;