whitespace police 2
This commit is contained in:
parent
d2f93fd290
commit
f4e107e6c7
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@ use syntax::ast_util::local_def;
|
|||
|
||||
/// The kind of deriving method this is.
|
||||
enum DerivingKind {
|
||||
BoolKind, // fn f(&self, other: &other) -> bool
|
||||
UnitKind, // fn f(&self) -> ()
|
||||
BoolKind, // fn f(&self, other: &other) -> bool
|
||||
UnitKind, // fn f(&self) -> ()
|
||||
}
|
||||
|
||||
impl DerivingKind {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue