Skip to content

chore(ci): Add check github action #13

chore(ci): Add check github action

chore(ci): Add check github action #13

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

reviewdog [clippy] report

reported by reviewdog 🐶

Findings (1)

crates/core/src/lexer.rs|4 col 5| error: unused import: super::data::DataType
--> crates/core/src/lexer.rs:4:5
|
4 | use super::data::DataType;
| ^^^^^^^^^^^^^^^^^^^^^
|
= note: -D unused-imports implied by -D warnings
= help: to override -D warnings add #[allow(unused_imports)]

Filtered Findings (0)

Annotations

Check failure on line 4 in crates/core/src/lexer.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

[clippy] crates/core/src/lexer.rs#L4

error: unused import: `super::data::DataType`
 --> crates/core/src/lexer.rs:4:5
  |
4 | use super::data::DataType;
  |     ^^^^^^^^^^^^^^^^^^^^^
  |
  = note: `-D unused-imports` implied by `-D warnings`
  = help: to override `-D warnings` add `#[allow(unused_imports)]`
Raw output
crates/core/src/lexer.rs:4:5:e:error: unused import: `super::data::DataType`
 --> crates/core/src/lexer.rs:4:5
  |
4 | use super::data::DataType;
  |     ^^^^^^^^^^^^^^^^^^^^^
  |
  = note: `-D unused-imports` implied by `-D warnings`
  = help: to override `-D warnings` add `#[allow(unused_imports)]`


__END__