1
Fork 0

renaming to adhere to conventions

This commit is contained in:
John Clements 2013-01-22 16:45:27 -08:00 committed by Tim Chevalier
parent 6dbfb5da0b
commit 0b958e74ac
13 changed files with 102 additions and 110 deletions

View file

@ -33,8 +33,6 @@ macro_rules! interner_key (
(-3 as uint, 0u)))
)
// FIXME(#3534): Replace with the struct-based newtype when it's been
// implemented.
struct ident { repr: uint }
impl<S: Encoder> ident: Encodable<S> {