mirror of https://github.com/aya-rs/aya
rust-analyzer: Enable check all targets on save
This switches off the panic_handler in ebpf code using conditional compilation... and fixes a lot of suppressed lints. Signed-off-by: Dave Tucker <dave@dtucker.co.uk>pull/329/merge^2
parent
0a5ac655de
commit
dfd26f9071
@ -1,4 +1,3 @@
|
||||
{
|
||||
"rust-analyzer.checkOnSave.allTargets": false,
|
||||
"rust-analyzer.checkOnSave.command": "clippy"
|
||||
}
|
||||
|
@ -1,4 +1,3 @@
|
||||
{
|
||||
"rust-analyzer.checkOnSave.allTargets": false,
|
||||
"rust-analyzer.checkOnSave.command": "clippy"
|
||||
}
|
||||
|
Loading…
Reference in New Issue