From: HimbeerserverDE Date: Sun, 18 Sep 2022 16:37:12 +0000 (+0200) Subject: cargo fmt X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=dc1654c3134e644bae51939d5cd65d74a2a4f853;p=loadnothing.git cargo fmt --- diff --git a/stage2/src/main.rs b/stage2/src/main.rs index 4894afb..5e519f7 100644 --- a/stage2/src/main.rs +++ b/stage2/src/main.rs @@ -1,6 +1,5 @@ #![no_std] #![no_main] - #![warn(clippy::arithmetic)] mod vga; diff --git a/stage2/src/vga.rs b/stage2/src/vga.rs index 22499b7..901b91a 100644 --- a/stage2/src/vga.rs +++ b/stage2/src/vga.rs @@ -90,7 +90,7 @@ impl Writer { }); self.column_position.add_assign(1); - }, + } } }