traversible clippy fix

This commit is contained in:
AF 2023-04-26 01:15:12 +00:00
parent 0abdfe9751
commit 9890684dcb

View File

@ -15,7 +15,7 @@ pub enum Comparison {
R,
}
fn and(_l: (), _r: ()) -> () {}
fn and(_l: (), _r: ()) {}
/// Returns [`Comparison`] saying which value is smaller.
///