Merge pull request #79 from willfindlay/fix-rust-analyzer

meta: fix rust-analyzer support for aya-bpf
pull/85/head
Alessandro Decina 3 years ago committed by GitHub
commit 9dc555ae17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
.gitignore vendored

@ -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…
Cancel
Save