Minor PD changes #23
Annotations
2 warnings
cargo clippy:
src/lib.rs#L72
[clippy] reported by reviewdog 🐶
warning: allow(clippy::from_over_into) incompatible with previous forbid
--> src/lib.rs:72:9
|
72 | #[allow(clippy::from_over_into)]
| ^^^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid
|
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
= note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
= note: `forbid` lint level was set on command line
= note: `#[warn(forbidden_lint_groups)]` on by default
Raw Output:
src/lib.rs:72:9:w:warning: allow(clippy::from_over_into) incompatible with previous forbid
--> src/lib.rs:72:9
|
72 | #[allow(clippy::from_over_into)]
| ^^^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid
|
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
= note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
= note: `forbid` lint level was set on command line
= note: `#[warn(forbidden_lint_groups)]` on by default
__END__
|
cargo clippy:
src/lib.rs#L79
[clippy] reported by reviewdog 🐶
warning: allow(clippy::from_over_into) incompatible with previous forbid
--> src/lib.rs:79:9
|
79 | #[allow(clippy::from_over_into)]
| ^^^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid
|
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
= note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
= note: `forbid` lint level was set on command line
Raw Output:
src/lib.rs:79:9:w:warning: allow(clippy::from_over_into) incompatible with previous forbid
--> src/lib.rs:79:9
|
79 | #[allow(clippy::from_over_into)]
| ^^^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid
|
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
= note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
= note: `forbid` lint level was set on command line
__END__
|
Loading