Skip to content

Remove redundant .cargo/config

Jacob Lorentzon requested to merge 4lDO2/kernel:remove_cargo_config into master

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.

Merge request reports