mirror of https://github.com/aya-rs/aya
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-structurepull/644/head
parent
a840a17308
commit
6ca7d53733
@ -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"
|
|
@ -1 +0,0 @@
|
|||||||
../../rustfmt.toml
|
|
Loading…
Reference in New Issue