aya/test/integration-test
Tamir Duberstein 683cedfe48 Appease clippy
warning: doc list item missing indentation
  --> test/integration-test/build.rs:20:5
   |
20 | /// prevent their use for the time being.
   |     ^
   |
   = help: if this is supposed to be its own paragraph, add a blank line
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
   = note: `#[warn(clippy::doc_lazy_continuation)]` on by default
help: indent this line
   |
20 | ///   prevent their use for the time being.
   |     ++
..
bpf aya-obj: Handle lack of match of enum variants correctly
src Revert "Disable false-positive clippy lint"
Cargo.toml Release aya-obj v0.1.0, aya v0.12.0, safety bump aya-log v0.2.0
build.rs Appease clippy