.github/workflows/workspace.yml #857
Annotations
14 warnings
Run /./.github/actions/rust-bootstrap
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run /./.github/actions/rust-bootstrap
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run /./.github/actions/rust-bootstrap
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run /./.github/actions/rust-bootstrap
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run actions-rs/clippy@master:
debian-packaging/src/binary_package_control.rs#L49
warning: the following explicit lifetimes could be elided: 'a
--> debian-packaging/src/binary_package_control.rs:49:6
|
49 | impl<'a> DerefMut for BinaryPackageControlFile<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
= note: `#[warn(clippy::needless_lifetimes)]` on by default
help: elide the lifetimes
|
49 - impl<'a> DerefMut for BinaryPackageControlFile<'a> {
49 + impl DerefMut for BinaryPackageControlFile<'_> {
|
|
Run actions-rs/clippy@master:
debian-packaging/src/binary_package_control.rs#L67
warning: the following explicit lifetimes could be elided: 'a
--> debian-packaging/src/binary_package_control.rs:67:6
|
67 | impl<'a> BinaryPackageControlFile<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
67 - impl<'a> BinaryPackageControlFile<'a> {
67 + impl BinaryPackageControlFile<'_> {
|
|
Run actions-rs/clippy@master:
debian-packaging/src/binary_package_list.rs#L31
warning: the following explicit lifetimes could be elided: 'a
--> debian-packaging/src/binary_package_list.rs:31:6
|
31 | impl<'a> DerefMut for BinaryPackageList<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
31 - impl<'a> DerefMut for BinaryPackageList<'a> {
31 + impl DerefMut for BinaryPackageList<'_> {
|
|
Run actions-rs/clippy@master:
debian-packaging/src/changelog.rs#L28
warning: the following explicit lifetimes could be elided: 'a
--> debian-packaging/src/changelog.rs:28:6
|
28 | impl<'a> ChangelogEntry<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
28 - impl<'a> ChangelogEntry<'a> {
28 + impl ChangelogEntry<'_> {
|
|
Run actions-rs/clippy@master:
debian-packaging/src/control.rs#L191
warning: the following explicit lifetimes could be elided: 'a
--> debian-packaging/src/control.rs:191:6
|
191 | impl<'a> Display for ControlField<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
191 - impl<'a> Display for ControlField<'a> {
191 + impl Display for ControlField<'_> {
|
|
Run actions-rs/clippy@master:
debian-packaging/src/control.rs#L193
warning: `format!` in `write!` args
--> debian-packaging/src/control.rs:193:9
|
193 | write!(f, "{}", format!("{}: {}\n", self.name, self.value_str()))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: combine the `format!(..)` arguments with the outer `write!(..)` call
= help: or consider changing `format!` to `format_args!`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#format_in_format_args
= note: `#[warn(clippy::format_in_format_args)]` on by default
|
Run actions-rs/clippy@master:
debian-packaging/src/control.rs#L374
warning: the following explicit lifetimes could be elided: 'a
--> debian-packaging/src/control.rs:374:6
|
374 | impl<'a> Display for ControlParagraph<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
374 - impl<'a> Display for ControlParagraph<'a> {
374 + impl Display for ControlParagraph<'_> {
|
|
Run actions-rs/clippy@master:
debian-packaging/src/deb/reader.rs#L196
warning: the following explicit lifetimes could be elided: 'a
--> debian-packaging/src/deb/reader.rs:196:6
|
196 | impl<'a> DerefMut for ControlTarEntry<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
196 - impl<'a> DerefMut for ControlTarEntry<'a> {
196 + impl DerefMut for ControlTarEntry<'_> {
|
|
Run actions-rs/clippy@master:
debian-packaging/src/deb/reader.rs#L202
warning: the following explicit lifetimes could be elided: 'a
--> debian-packaging/src/deb/reader.rs:202:6
|
202 | impl<'a> ControlTarEntry<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
202 - impl<'a> ControlTarEntry<'a> {
202 + impl ControlTarEntry<'_> {
|
|
Run actions-rs/clippy@master:
debian-packaging/src/debian_source_control.rs#L36
warning: the following explicit lifetimes could be elided: 'a
--> debian-packaging/src/debian_source_control.rs:36:6
|
36 | impl<'a> DebianSourceControlFileEntry<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
36 - impl<'a> DebianSourceControlFileEntry<'a> {
36 + impl DebianSourceControlFileEntry<'_> {
|
|
Loading