File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -538,8 +538,8 @@ impl Iterator for EscapeDefault {
538538 }
539539 }
540540
541- fn count ( self ) -> usize {
542- match self . state {
541+ fn count ( self ) -> usize {
542+ match self . state {
543543 EscapeDefaultState :: Char ( _) => 1 ,
544544 EscapeDefaultState :: Unicode ( iter) => iter. count ( ) ,
545545 EscapeDefaultState :: Done => 0 ,
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ use syntax::ast;
1616use syntax:: parse:: token:: InternedString ;
1717use util:: nodemap:: NodeMap ;
1818
19- /// A definition, that defines are
19+ /// A definition
2020#[ derive( Clone ) ]
2121pub struct Definitions {
2222 data : Vec < DefData > ,
@@ -101,7 +101,7 @@ pub enum DefPathData {
101101 /// A struct field
102102 Field ( hir:: StructFieldKind ) ,
103103 /// Implicit ctor for a tuple-like struct
104- StructCtor ,
104+ StructCtor ,
105105 /// Initializer for a constant
106106 Initializer ,
107107 /// A pattern binding
You can’t perform that action at this time.
0 commit comments