Przeglądaj źródła

Remove detritus

- rustfmt settings are hierarchical.
- integration-ebpf is always compiled at a distance with flags provided.
- .cargo/config.toml is not respected except at the root of the
  workspace[0].

[0] https://doc.rust-lang.org/cargo/reference/config.html#hierarchical-structure
Tamir Duberstein 1 rok temu
rodzic
commit
6ca7d53733

+ 0 - 0
.cargo/config → .cargo/config.toml


+ 0 - 6
bpf/.cargo/config.toml

@@ -1,6 +0,0 @@
-[build]
-target-dir = "../target"
-target = "bpfel-unknown-none"
-
-[unstable]
-build-std = ["core"]

+ 0 - 6
test/integration-ebpf/.cargo/config.toml

@@ -1,6 +0,0 @@
-[build]
-target-dir = "../../target"
-target = "bpfel-unknown-none"
-
-[unstable]
-build-std = ["core"]

+ 0 - 2
test/integration-ebpf/rust-toolchain.toml

@@ -1,2 +0,0 @@
-[toolchain]
-channel="nightly"

+ 0 - 1
test/integration-ebpf/rustfmt.toml

@@ -1 +0,0 @@
-../../rustfmt.toml