Rename serde_item to serde_internals

This commit is contained in:
David Tolnay
2016-06-21 19:12:08 -07:00
parent d1be5ef187
commit c6b6e2a5d9
11 changed files with 59 additions and 63 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ use syntax::ast;
use syntax::ptr::P;
use syntax::visit;
use item::{attr, Item};
use internals::{attr, Item};
// Remove the default from every type parameter because in the generated impls
// they look like associated types: "error: associated type bindings are not