traversible clippy fix
This commit is contained in:
parent
0abdfe9751
commit
9890684dcb
@ -15,7 +15,7 @@ pub enum Comparison {
|
||||
R,
|
||||
}
|
||||
|
||||
fn and(_l: (), _r: ()) -> () {}
|
||||
fn and(_l: (), _r: ()) {}
|
||||
|
||||
/// Returns [`Comparison`] saying which value is smaller.
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user