Remove redundant .cargo/config

All options are already set by ../recipe.toml, and removing this file
will make Cargo stop complaining about missing -Zbuild-std when for
example compiling RMM for the host arch.
This commit is contained in:
4lDO2
2024-06-10 11:52:59 +02:00
parent 81e6fc70d2
commit e9ba024aaa
-8
View File
@@ -1,8 +0,0 @@
[build]
rustflags = [
# Kernel should preserve floating-point registers
"-Csoft-float",
]
[unstable]
build-std = ["core", "alloc", "compiler_builtins"]