syntax: whitespace cleanup
This commit is contained in:
parent
b2fbed6e70
commit
590499eb3c
@ -983,7 +983,7 @@ pub fn suffix_len(&self) -> uint {
|
||||
#[deriving(Clone, PartialEq, Eq, RustcEncodable, RustcDecodable, Hash, Show)]
|
||||
pub enum Lit_ {
|
||||
LitStr(InternedString, StrStyle),
|
||||
LitBinary(Rc<Vec<u8> >),
|
||||
LitBinary(Rc<Vec<u8>>),
|
||||
LitByte(u8),
|
||||
LitChar(char),
|
||||
LitInt(u64, LitIntType),
|
||||
|
Loading…
Reference in New Issue
Block a user