Verified Commit 86e173d2 authored by Yovoslav Yovchev's avatar Yovoslav Yovchev
Browse files

fixing clippy

fixing it after merging !15; see my comment there
parent 5ec6ce09
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ impl Variant {
        if let Some(ref discriminant) = self.discriminant {
            write!(fmt, " = {}", discriminant)?;
        }
        write!(fmt, ",\n")?;
        writeln!(fmt, ",")?;

        Ok(())
    }