mirror of https://github.com/aya-rs/aya
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.
```
error: unnecessary structure name repetition
--> aya/src/bpf.rs:198:57
|
198 | pub fn btf(&mut self, btf: Option<&'a Btf>) -> &mut EbpfLoader<'a> {
| ^^^^^^^^^^^^^^ help: use the applicable keyword: `Self`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#use_self
note: the lint level is defined here
--> aya/src/lib.rs:42:5
|
42 | clippy::use_self,
| ^^^^^^^^^^^^^^^^
error: unnecessary structure name repetition
--> aya/src/bpf.rs:222:54
|
222 | pub fn allow_unsupported_maps(&mut self) -> &mut EbpfLoader<'a> {
| ^^^^^^^^^^^^^^ help: use the applicable keyword: `Self`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#use_self
error: unnecessary structure name repetition
--> aya/src/bpf.rs:243:69
|
243 | pub fn map_pin_path<P: AsRef<Path>>(&mut self, path: P) -> &mut EbpfLoader<'a> {
| ^^^^^^^^^^^^^^ help: use the applicable keyword: `Self`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#use_self
error: unnecessary structure name repetition
--> aya/src/bpf.rs:292:15
|
292 | ) -> &mut EbpfLoader<'a> {
| ^^^^^^^^^^^^^^ help: use the applicable keyword: `Self`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#use_self
error: unnecessary structure name repetition
--> aya/src/bpf.rs:313:73
|
313 | pub fn set_max_entries(&mut self, name: &'a str, size: u32) -> &mut EbpfLoader<'a> {
| ^^^^^^^^^^^^^^ help: use the applicable keyword: `Self`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#use_self
error: unnecessary structure name repetition
--> aya/src/bpf.rs:335:56
|
335 | pub fn extension(&mut self, name: &'a str) -> &mut EbpfLoader<'a> {
| ^^^^^^^^^^^^^^ help: use the applicable keyword: `Self`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#use_self
error: unnecessary structure name repetition
--> aya/src/bpf.rs:353:75
|
353 | pub fn verifier_log_level(&mut self, level: VerifierLogLevel) -> &mut EbpfLoader<'a> {
| ^^^^^^^^^^^^^^ help: use the applicable keyword: `Self`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#use_self
```
See https://github.com/rust-lang/rust-clippy/pull/12386.
|
2 years ago | |
|---|---|---|
| .. | ||
| aya-ebpf-bindings.txt | 2 years ago | |
| aya-ebpf-cty.txt | 2 years ago | |
| aya-ebpf-macros.txt | 2 years ago | |
| aya-ebpf.txt | 2 years ago | |
| aya-log-common.txt | 2 years ago | |
| aya-log-ebpf-macros.txt | 2 years ago | |
| aya-log-ebpf.txt | 2 years ago | |
| aya-log-parser.txt | 2 years ago | |
| aya-log.txt | 2 years ago | |
| aya-obj.txt | 2 years ago | |
| aya-tool.txt | 2 years ago | |
| aya.txt | 2 years ago | |