Remove 30 day staleness limit restriction for integration scanning #469
clippy
16 errors
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 16 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.73.0 (cc66ad468 2023-10-03)
- cargo 1.73.0 (9c4383fb5 2023-08-26)
- clippy 0.1.73 (cc66ad4 2023-10-03)
Annotations
Check failure on line 825 in src/ext/command.rs
github-actions / clippy
call to `.deref()` on a reference in this situation does nothing
error: call to `.deref()` on a reference in this situation does nothing
--> src/ext/command.rs:825:13
|
825 | self.deref().deref().status()
| ^^^^^^^^ help: remove this redundant call
|
= note: the type `T` does not implement `Deref`, so calling `deref` on `&T` copies the reference, which does not do anything and can be removed
Check failure on line 825 in src/ext/command.rs
github-actions / clippy
call to `.deref()` on a reference in this situation does nothing
error: call to `.deref()` on a reference in this situation does nothing
--> src/ext/command.rs:825:21
|
825 | self.deref().deref().status()
| ^^^^^^^^ help: remove this redundant call
|
= note: the type `T` does not implement `Deref`, so calling `deref` on `&T` copies the reference, which does not do anything and can be removed
Check failure on line 821 in src/ext/command.rs
github-actions / clippy
call to `.deref()` on a reference in this situation does nothing
error: call to `.deref()` on a reference in this situation does nothing
--> src/ext/command.rs:821:13
|
821 | self.deref().deref().stderr()
| ^^^^^^^^ help: remove this redundant call
|
= note: the type `T` does not implement `Deref`, so calling `deref` on `&T` copies the reference, which does not do anything and can be removed
Check failure on line 821 in src/ext/command.rs
github-actions / clippy
call to `.deref()` on a reference in this situation does nothing
error: call to `.deref()` on a reference in this situation does nothing
--> src/ext/command.rs:821:21
|
821 | self.deref().deref().stderr()
| ^^^^^^^^ help: remove this redundant call
|
= note: the type `T` does not implement `Deref`, so calling `deref` on `&T` copies the reference, which does not do anything and can be removed
Check failure on line 817 in src/ext/command.rs
github-actions / clippy
call to `.deref()` on a reference in this situation does nothing
error: call to `.deref()` on a reference in this situation does nothing
--> src/ext/command.rs:817:13
|
817 | self.deref().deref().stdout()
| ^^^^^^^^ help: remove this redundant call
|
= note: the type `T` does not implement `Deref`, so calling `deref` on `&T` copies the reference, which does not do anything and can be removed
Check failure on line 817 in src/ext/command.rs
github-actions / clippy
call to `.deref()` on a reference in this situation does nothing
error: call to `.deref()` on a reference in this situation does nothing
--> src/ext/command.rs:817:21
|
817 | self.deref().deref().stdout()
| ^^^^^^^^ help: remove this redundant call
|
= note: the type `T` does not implement `Deref`, so calling `deref` on `&T` copies the reference, which does not do anything and can be removed
Check failure on line 732 in src/ext/command.rs
github-actions / clippy
call to `.deref()` on a reference in this situation does nothing
error: call to `.deref()` on a reference in this situation does nothing
--> src/ext/command.rs:732:13
|
732 | self.deref().deref().describe()
| ^^^^^^^^ help: remove this redundant call
|
= note: the type `T` does not implement `Deref`, so calling `deref` on `&T` copies the reference, which does not do anything and can be removed
Check failure on line 732 in src/ext/command.rs
github-actions / clippy
call to `.deref()` on a reference in this situation does nothing
error: call to `.deref()` on a reference in this situation does nothing
--> src/ext/command.rs:732:21
|
732 | self.deref().deref().describe()
| ^^^^^^^^ help: remove this redundant call
|
= note: the type `T` does not implement `Deref`, so calling `deref` on `&T` copies the reference, which does not do anything and can be removed
= note: `-D noop-method-call` implied by `-D warnings`
Check failure on line 825 in src/ext/command.rs
github-actions / clippy
call to `.deref()` on a reference in this situation does nothing
error: call to `.deref()` on a reference in this situation does nothing
--> src/ext/command.rs:825:13
|
825 | self.deref().deref().status()
| ^^^^^^^^ help: remove this redundant call
|
= note: the type `T` does not implement `Deref`, so calling `deref` on `&T` copies the reference, which does not do anything and can be removed
Check failure on line 825 in src/ext/command.rs
github-actions / clippy
call to `.deref()` on a reference in this situation does nothing
error: call to `.deref()` on a reference in this situation does nothing
--> src/ext/command.rs:825:21
|
825 | self.deref().deref().status()
| ^^^^^^^^ help: remove this redundant call
|
= note: the type `T` does not implement `Deref`, so calling `deref` on `&T` copies the reference, which does not do anything and can be removed
Check failure on line 821 in src/ext/command.rs
github-actions / clippy
call to `.deref()` on a reference in this situation does nothing
error: call to `.deref()` on a reference in this situation does nothing
--> src/ext/command.rs:821:13
|
821 | self.deref().deref().stderr()
| ^^^^^^^^ help: remove this redundant call
|
= note: the type `T` does not implement `Deref`, so calling `deref` on `&T` copies the reference, which does not do anything and can be removed
Check failure on line 821 in src/ext/command.rs
github-actions / clippy
call to `.deref()` on a reference in this situation does nothing
error: call to `.deref()` on a reference in this situation does nothing
--> src/ext/command.rs:821:21
|
821 | self.deref().deref().stderr()
| ^^^^^^^^ help: remove this redundant call
|
= note: the type `T` does not implement `Deref`, so calling `deref` on `&T` copies the reference, which does not do anything and can be removed
Check failure on line 817 in src/ext/command.rs
github-actions / clippy
call to `.deref()` on a reference in this situation does nothing
error: call to `.deref()` on a reference in this situation does nothing
--> src/ext/command.rs:817:13
|
817 | self.deref().deref().stdout()
| ^^^^^^^^ help: remove this redundant call
|
= note: the type `T` does not implement `Deref`, so calling `deref` on `&T` copies the reference, which does not do anything and can be removed
Check failure on line 817 in src/ext/command.rs
github-actions / clippy
call to `.deref()` on a reference in this situation does nothing
error: call to `.deref()` on a reference in this situation does nothing
--> src/ext/command.rs:817:21
|
817 | self.deref().deref().stdout()
| ^^^^^^^^ help: remove this redundant call
|
= note: the type `T` does not implement `Deref`, so calling `deref` on `&T` copies the reference, which does not do anything and can be removed
Check failure on line 732 in src/ext/command.rs
github-actions / clippy
call to `.deref()` on a reference in this situation does nothing
error: call to `.deref()` on a reference in this situation does nothing
--> src/ext/command.rs:732:13
|
732 | self.deref().deref().describe()
| ^^^^^^^^ help: remove this redundant call
|
= note: the type `T` does not implement `Deref`, so calling `deref` on `&T` copies the reference, which does not do anything and can be removed
Check failure on line 732 in src/ext/command.rs
github-actions / clippy
call to `.deref()` on a reference in this situation does nothing
error: call to `.deref()` on a reference in this situation does nothing
--> src/ext/command.rs:732:21
|
732 | self.deref().deref().describe()
| ^^^^^^^^ help: remove this redundant call
|
= note: the type `T` does not implement `Deref`, so calling `deref` on `&T` copies the reference, which does not do anything and can be removed
= note: `-D noop-method-call` implied by `-D warnings`