Rename serde_internals to serde_codegen_internals

This commit is contained in:
David Tolnay
2016-06-30 19:53:57 -07:00
parent c6b6e2a5d9
commit 2d5a26dfc0
10 changed files with 29 additions and 23 deletions
+2 -1
View File
@@ -6,7 +6,8 @@ use syntax::ast;
use syntax::ptr::P;
use syntax::visit;
use internals::{attr, Item};
use internals::ast::Item;
use internals::attr;
// Remove the default from every type parameter because in the generated impls
// they look like associated types: "error: associated type bindings are not