Skip to content
GitHub Actions / clippy completed Dec 6, 2024 in 1s

reviewdog [clippy] report

reported by reviewdog 🐶

Findings (3)

crates/phoneme/src/phoneme_pair.rs|109 col 6| the following explicit lifetimes could be elided: 'a
crates/phoneme/src/phoneme.rs|34 col 6| the following explicit lifetimes could be elided: 'a
crates/flite-src/src/lib.rs|100 col 20| this boolean expression can be simplified

Filtered Findings (0)

Annotations

Check warning on line 109 in crates/phoneme/src/phoneme_pair.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

[clippy] crates/phoneme/src/phoneme_pair.rs#L109 <clippy::needless_lifetimes>

the following explicit lifetimes could be elided: 'a
Raw output
crates/phoneme/src/phoneme_pair.rs:109:6: warning: the following explicit lifetimes could be elided: 'a (clippy::needless_lifetimes)

Check warning on line 34 in crates/phoneme/src/phoneme.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

[clippy] crates/phoneme/src/phoneme.rs#L34 <clippy::needless_lifetimes>

the following explicit lifetimes could be elided: 'a
Raw output
crates/phoneme/src/phoneme.rs:34:6: warning: the following explicit lifetimes could be elided: 'a (clippy::needless_lifetimes)

Check warning on line 100 in crates/flite-src/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

[clippy] crates/flite-src/src/lib.rs#L100 <clippy::nonminimal_bool>

this boolean expression can be simplified
Raw output
crates/flite-src/src/lib.rs:100:20: warning: this boolean expression can be simplified (clippy::nonminimal_bool)