From cc016549b3fd74eaee9dd4d1fe7fffe979ee7af4 Mon Sep 17 00:00:00 2001 From: guillaume didier Date: Tue, 4 Feb 2020 14:23:14 +0100 Subject: [PATCH] Whitespace cleanup --- Cargo.toml | 1 + cache_info/Cargo.toml | 2 +- vga_buffer/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 284cff1..fbb1e95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,6 +46,7 @@ features = ["sse", "map_physical_memory"] opt-level = 1 debug = 2 + [profile.test] opt-level = 1 debug = 2 diff --git a/cache_info/Cargo.toml b/cache_info/Cargo.toml index 3413879..3ba7091 100644 --- a/cache_info/Cargo.toml +++ b/cache_info/Cargo.toml @@ -8,4 +8,4 @@ edition = "2018" [dependencies] polling_serial = { path = "../polling_serial" } -vga_buffer = { path = "../vga_buffer" } \ No newline at end of file +vga_buffer = { path = "../vga_buffer" } diff --git a/vga_buffer/Cargo.toml b/vga_buffer/Cargo.toml index 05541e9..88a5e4d 100644 --- a/vga_buffer/Cargo.toml +++ b/vga_buffer/Cargo.toml @@ -12,4 +12,4 @@ spin = "0.5.2" [dependencies.lazy_static] version = "1.0" -features = ["spin_no_std"] \ No newline at end of file +features = ["spin_no_std"]