whitespace police
This commit is contained in:
parent
ac0fd0ddc9
commit
d2f93fd290
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