Whitespace cleanup
This commit is contained in:
parent
45f4ac5ef9
commit
cc016549b3
@ -46,6 +46,7 @@ features = ["sse", "map_physical_memory"]
|
|||||||
opt-level = 1
|
opt-level = 1
|
||||||
debug = 2
|
debug = 2
|
||||||
|
|
||||||
|
|
||||||
[profile.test]
|
[profile.test]
|
||||||
opt-level = 1
|
opt-level = 1
|
||||||
debug = 2
|
debug = 2
|
||||||
|
@ -8,4 +8,4 @@ edition = "2018"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
polling_serial = { path = "../polling_serial" }
|
polling_serial = { path = "../polling_serial" }
|
||||||
vga_buffer = { path = "../vga_buffer" }
|
vga_buffer = { path = "../vga_buffer" }
|
||||||
|
@ -12,4 +12,4 @@ spin = "0.5.2"
|
|||||||
|
|
||||||
[dependencies.lazy_static]
|
[dependencies.lazy_static]
|
||||||
version = "1.0"
|
version = "1.0"
|
||||||
features = ["spin_no_std"]
|
features = ["spin_no_std"]
|
||||||
|
Loading…
Reference in New Issue
Block a user