syntax: whitespace cleanup
This commit is contained in:
parent
b2fbed6e70
commit
590499eb3c
1 changed files with 1 additions and 1 deletions
|
|
@ -983,7 +983,7 @@ impl LitIntType {
|
|||
#[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…
Add table
Add a link
Reference in a new issue