mirror of
https://github.com/openharmony/third_party_rust_linux-raw-sys.git
synced 2026-07-19 13:17:04 -04:00
rustfmt
This commit is contained in:
+5
-1
@@ -242,7 +242,11 @@ fn main() {
|
||||
writeln!(cargo_toml, "default = [\"std\", {}]", DEFAULT_FEATURES).unwrap();
|
||||
writeln!(cargo_toml, "std = []").unwrap();
|
||||
writeln!(cargo_toml, "no_std = []").unwrap();
|
||||
writeln!(cargo_toml, "rustc-dep-of-std = [\"core\", \"compiler_builtins\", \"no_std\"]").unwrap();
|
||||
writeln!(
|
||||
cargo_toml,
|
||||
"rustc-dep-of-std = [\"core\", \"compiler_builtins\", \"no_std\"]"
|
||||
)
|
||||
.unwrap();
|
||||
|
||||
// Reset the `linux` directory back to the original branch.
|
||||
git_checkout(LINUX_VERSIONS[0]);
|
||||
|
||||
Reference in New Issue
Block a user