mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-18 09:53:26 +00:00
whitespace police 2
This commit is contained in:
parent
d2f93fd290
commit
f4e107e6c7
@ -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…
Reference in New Issue
Block a user