You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
   |     ++
4 months ago
..
bpf aya-obj: Handle lack of match of enum variants correctly 8 months ago
src Revert "Disable false-positive clippy lint" 5 months ago
Cargo.toml Release aya-obj v0.1.0, aya v0.12.0, safety bump aya-log v0.2.0 7 months ago
build.rs Appease clippy 4 months ago