Initial work #8
Annotations
2 warnings
cargo clippy:
src/lib.rs#L68
[clippy] reported by reviewdog 🐶
warning: allow(clippy::from_over_into) incompatible with previous forbid
--> src/lib.rs:68:9
|
68 | #[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:68:9:w:warning: allow(clippy::from_over_into) incompatible with previous forbid
--> src/lib.rs:68:9
|
68 | #[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#L75
[clippy] reported by reviewdog 🐶
warning: allow(clippy::from_over_into) incompatible with previous forbid
--> src/lib.rs:75:9
|
75 | #[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:75:9:w:warning: allow(clippy::from_over_into) incompatible with previous forbid
--> src/lib.rs:75:9
|
75 | #[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