fix: group floating window (#2578) #1342
reviewdog [clippy] report
reported by reviewdog 🐶
Findings (5)
src/utils/mod.rs|7 col 9| unused import: test::*
src/utils/test.rs|72 col 8| function assert_points_eq
is never used
src/utils/test.rs|89 col 8| function points_to_ascii
is never used
src/utils/test.rs|99 col 36| casting to the same type is unnecessary (usize
-> usize
)
src/utils/test.rs|99 col 58| casting to the same type is unnecessary (usize
-> usize
)
Filtered Findings (0)
Annotations
Check warning on line 7 in src/utils/mod.rs
github-actions / clippy
[clippy] src/utils/mod.rs#L7 <unused_imports>
unused import: `test::*`
Raw output
{"level":"warning","locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/utils/mod.rs","uriBaseId":""},"region":{"startLine":7,"startColumn":9,"endLine":7,"endColumn":16}}}],"message":{"text":"unused import: `test::*`"},"ruleId":"unused_imports"}
Check warning on line 72 in src/utils/test.rs
github-actions / clippy
[clippy] src/utils/test.rs#L72 <dead_code>
function `assert_points_eq` is never used
Raw output
{"level":"warning","locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/utils/test.rs","uriBaseId":""},"region":{"startLine":72,"startColumn":8,"endLine":72,"endColumn":24}}}],"message":{"text":"function `assert_points_eq` is never used"},"ruleId":"dead_code"}
Check warning on line 89 in src/utils/test.rs
github-actions / clippy
[clippy] src/utils/test.rs#L89 <dead_code>
function `points_to_ascii` is never used
Raw output
{"level":"warning","locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/utils/test.rs","uriBaseId":""},"region":{"startLine":89,"startColumn":8,"endLine":89,"endColumn":23}}}],"message":{"text":"function `points_to_ascii` is never used"},"ruleId":"dead_code"}
Check warning on line 99 in src/utils/test.rs
github-actions / clippy
[clippy] src/utils/test.rs#L99 <clippy::unnecessary_cast>(https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast)
casting to the same type is unnecessary (`usize` -> `usize`)
Raw output
{"level":"warning","locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/utils/test.rs","uriBaseId":""},"region":{"startLine":99,"startColumn":36,"endLine":99,"endColumn":55}}}],"message":{"text":"casting to the same type is unnecessary (`usize` -\u003e `usize`)"},"ruleId":"clippy::unnecessary_cast"}
Check warning on line 99 in src/utils/test.rs
github-actions / clippy
[clippy] src/utils/test.rs#L99 <clippy::unnecessary_cast>(https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast)
casting to the same type is unnecessary (`usize` -> `usize`)
Raw output
{"level":"warning","locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/utils/test.rs","uriBaseId":""},"region":{"startLine":99,"startColumn":58,"endLine":99,"endColumn":77}}}],"message":{"text":"casting to the same type is unnecessary (`usize` -\u003e `usize`)"},"ruleId":"clippy::unnecessary_cast"}