Remove some old code from libsyntax

This commit is contained in:
Vadim Petrochenkov 2016-04-22 23:43:14 +03:00
parent a97f60ee86
commit 9108fb7bae
9 changed files with 21 additions and 67 deletions

View file

@ -925,7 +925,7 @@ mod tests {
Abi::Rust,
ast::Generics{ // no idea on either of these:
lifetimes: Vec::new(),
ty_params: P::empty(),
ty_params: P::new(),
where_clause: ast::WhereClause {
id: ast::DUMMY_NODE_ID,
predicates: Vec::new(),