mirror of https://github.com/aya-rs/aya
Merge pull request #79 from willfindlay/fix-rust-analyzer
meta: fix rust-analyzer support for aya-bpfpull/85/head
commit
9dc555ae17
@ -1,4 +1,3 @@
|
||||
Cargo.lock
|
||||
target/
|
||||
.vscode
|
||||
libbpf/
|
||||
libbpf/
|
||||
|
@ -0,0 +1,3 @@
|
||||
{
|
||||
"rust-analyzer.linkedProjects": ["Cargo.toml", "bpf/Cargo.toml"]
|
||||
}
|
@ -0,0 +1,3 @@
|
||||
{
|
||||
"rust-analyzer.linkedProjects": ["Cargo.toml", "bpf/Cargo.toml"]
|
||||
}
|
Loading…
Reference in New Issue