File tree 3 files changed +5
-5
lines changed
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 {
538
538
}
539
539
}
540
540
541
- fn count ( self ) -> usize {
542
- match self . state {
541
+ fn count ( self ) -> usize {
542
+ match self . state {
543
543
EscapeDefaultState :: Char ( _) => 1 ,
544
544
EscapeDefaultState :: Unicode ( iter) => iter. count ( ) ,
545
545
EscapeDefaultState :: Done => 0 ,
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ use syntax::ast;
16
16
use syntax:: parse:: token:: InternedString ;
17
17
use util:: nodemap:: NodeMap ;
18
18
19
- /// A definition, that defines are
19
+ /// A definition
20
20
#[ derive( Clone ) ]
21
21
pub struct Definitions {
22
22
data : Vec < DefData > ,
@@ -101,7 +101,7 @@ pub enum DefPathData {
101
101
/// A struct field
102
102
Field ( hir:: StructFieldKind ) ,
103
103
/// Implicit ctor for a tuple-like struct
104
- StructCtor ,
104
+ StructCtor ,
105
105
/// Initializer for a constant
106
106
Initializer ,
107
107
/// A pattern binding
You can’t perform that action at this time.
0 commit comments