Skip to content

Commit 30cd86e

Browse files
committed
---
yaml --- r: 171758 b: refs/heads/beta c: 590499e h: refs/heads/master v: v3
1 parent 01484cb commit 30cd86e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ refs/heads/automation-fail: 1bf06495443584539b958873e04cc2f864ab10e4
3131
refs/heads/issue-18208-method-dispatch-3-quick-reject: 2009f85b9f99dedcec4404418eda9ddba90258a2
3232
refs/heads/batch: b5571ed71a5879c0495a982506258d5d267744ed
3333
refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
34-
refs/heads/beta: b2fbed6e70cf99bd80fab1ea10ea605b612341c4
34+
refs/heads/beta: 590499eb3c886bf7f6b3a732816ea263f1777886
3535
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928

branches/beta/src/libsyntax/ast.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,7 @@ impl LitIntType {
983983
#[deriving(Clone, PartialEq, Eq, RustcEncodable, RustcDecodable, Hash, Show)]
984984
pub enum Lit_ {
985985
LitStr(InternedString, StrStyle),
986-
LitBinary(Rc<Vec<u8> >),
986+
LitBinary(Rc<Vec<u8>>),
987987
LitByte(u8),
988988
LitChar(char),
989989
LitInt(u64, LitIntType),

0 commit comments

Comments
 (0)