mirror of
https://github.com/iceHtwoO/novaOS.git
synced 2026-04-17 04:32:27 +00:00
Fix lint
This commit is contained in:
@@ -15,10 +15,10 @@ panic = "abort"
|
||||
[dependencies]
|
||||
libm = "0.2.15"
|
||||
heap = {path = "heap"}
|
||||
NovaError = {path = "NovaError"}
|
||||
nova_error = {path = "nova_error"}
|
||||
|
||||
[workspace]
|
||||
|
||||
members = [ "NovaError",
|
||||
members = [ "nova_error",
|
||||
"heap"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user