Skip to content

Fixing tons of things... #80

Fixing tons of things...

Fixing tons of things... #80

GitHub Actions / clippy succeeded Mar 5, 2024 in 0s

clippy

4 warnings

Details

Results

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

Versions

  • rustc 1.64.0 (a55dd71d5 2022-09-19)
  • cargo 1.64.0 (387270bc7 2022-09-16)
  • clippy 0.1.64 (a55dd71 2022-09-19)

Annotations

Check warning on line 5 in src/parser/parse_from_text/text_elements.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `super::base_parsers::*`

warning: unused import: `super::base_parsers::*`
 --> src/parser/parse_from_text/text_elements.rs:5:5
  |
5 | use super::base_parsers::*;
  |     ^^^^^^^^^^^^^^^^^^^^^^

Check warning on line 2 in src/parser/parse_from_text/text_elements.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `crate::parser::link_url::LinkDestination`

warning: unused import: `crate::parser::link_url::LinkDestination`
 --> src/parser/parse_from_text/text_elements.rs:2:5
  |
2 | use crate::parser::link_url::LinkDestination;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Check warning on line 6 in src/parser/parse_from_text/desktop_subset.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused imports: `direct_delimited`, `is_white_space_but_not_linebreak`, `is_white_space`

warning: unused imports: `direct_delimited`, `is_white_space_but_not_linebreak`, `is_white_space`
 --> src/parser/parse_from_text/desktop_subset.rs:6:5
  |
6 |     direct_delimited, is_white_space, is_white_space_but_not_linebreak, CustomError,
  |     ^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Check warning on line 4 in src/parser/parse_from_text/desktop_subset.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `super::base_parsers::*`

warning: unused import: `super::base_parsers::*`
 --> src/parser/parse_from_text/desktop_subset.rs:4:5
  |
4 | use super::base_parsers::*;
  |     ^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default