diff options
Diffstat (limited to 'kernel/.cargo')
-rw-r--r-- | kernel/.cargo/config | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/.cargo/config b/kernel/.cargo/config index 520097b..992b819 100644 --- a/kernel/.cargo/config +++ b/kernel/.cargo/config @@ -7,4 +7,3 @@ runner = "./run -test -serial" [target.'cfg(all(target_os = "none", not(feature = "testing_qemu")))'] runner = "./run -test" - |