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
pull/644/head
Tamir Duberstein 1 year ago
parent a840a17308
commit 6ca7d53733
No known key found for this signature in database

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

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

@ -1,2 +0,0 @@
[toolchain]
channel="nightly"
Loading…
Cancel
Save