Update dependency rust to v1.84.0 #91
Annotations
4 warnings
rust:
src/lib.rs#L4
[clippy] reported by reviewdog 🐶
unneeded sub `cfg` when there is only one condition
Raw Output:
src/lib.rs:4:7: warning: unneeded sub `cfg` when there is only one condition (clippy::non_minimal_cfg)
|
rust:
src/parser.rs#L79
[clippy] reported by reviewdog 🐶
unused import: `alloc_support::*`
Raw Output:
src/parser.rs:79:9: warning: unused import: `alloc_support::*` (unused_imports)
|
rust:
src/parser.rs#L118
[clippy] reported by reviewdog 🐶
the following explicit lifetimes could be elided: 'a
Raw Output:
src/parser.rs:118:6: warning: the following explicit lifetimes could be elided: 'a (clippy::needless_lifetimes)
|
rust:
src/parser.rs#L132
[clippy] reported by reviewdog 🐶
the following explicit lifetimes could be elided: 'a
Raw Output:
src/parser.rs:132:6: warning: the following explicit lifetimes could be elided: 'a (clippy::needless_lifetimes)
|