Skip to content

doc: escape the backslash (#2144) #664

doc: escape the backslash (#2144)

doc: escape the backslash (#2144) #664

GitHub Actions / clippy succeeded Aug 14, 2023 in 0s

clippy

2 warnings

Details

Results

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

Versions

  • rustc 1.71.1 (eb26296b5 2023-08-03)
  • cargo 1.71.1 (7f1d04c00 2023-07-29)
  • clippy 0.1.71 (eb26296 2023-08-03)

Annotations

Check warning on line 5 in src/query/boost_query.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `crate::query::explanation::does_not_match`

warning: unused import: `crate::query::explanation::does_not_match`
 --> src/query/boost_query.rs:5:5
  |
5 | use crate::query::explanation::does_not_match;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default

Check warning on line 5 in src/query/boost_query.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `crate::query::explanation::does_not_match`

warning: unused import: `crate::query::explanation::does_not_match`
 --> src/query/boost_query.rs:5:5
  |
5 | use crate::query::explanation::does_not_match;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default