Skip to content

chore(crate): Delegate French lower, upper, and sentence case to English #371

chore(crate): Delegate French lower, upper, and sentence case to English

chore(crate): Delegate French lower, upper, and sentence case to English #371

GitHub Actions / clippy failed Oct 27, 2024 in 1s

clippy

1 error

Details

Results

Message level Amount
Internal compiler error 0
Error 1
Warning 0
Note 0
Help 0

Versions

  • rustc 1.82.0 (f6e511eec 2024-10-15)
  • cargo 1.82.0 (8f40fc59f 2024-08-21)
  • clippy 0.1.82 (f6e511e 2024-10-15)

Annotations

Check failure on line 4 in src/fr.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `Segment`

error: unused import: `Segment`
 --> src/fr.rs:4:29
  |
4 | use crate::content::{Chunk, Segment};
  |                             ^^^^^^^
  |
  = note: `-D unused-imports` implied by `-D warnings`
  = help: to override `-D warnings` add `#[allow(unused_imports)]`