Whitespace cleanup

This commit is contained in:
guillaume didier 2020-02-04 14:23:14 +01:00
parent 45f4ac5ef9
commit cc016549b3
3 changed files with 3 additions and 2 deletions

View File

@ -46,6 +46,7 @@ features = ["sse", "map_physical_memory"]
opt-level = 1
debug = 2
[profile.test]
opt-level = 1
debug = 2

View File

@ -8,4 +8,4 @@ edition = "2018"
[dependencies]
polling_serial = { path = "../polling_serial" }
vga_buffer = { path = "../vga_buffer" }
vga_buffer = { path = "../vga_buffer" }

View File

@ -12,4 +12,4 @@ spin = "0.5.2"
[dependencies.lazy_static]
version = "1.0"
features = ["spin_no_std"]
features = ["spin_no_std"]