From dc1654c3134e644bae51939d5cd65d74a2a4f853 Mon Sep 17 00:00:00 2001 From: HimbeerserverDE Date: Sun, 18 Sep 2022 18:37:12 +0200 Subject: [PATCH] cargo fmt --- stage2/src/main.rs | 1 - stage2/src/vga.rs | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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); - }, + } } } -- 2.44.0