We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ee587 commit c5b5560Copy full SHA for c5b5560
tests/ui/path_join_correction.fixed
@@ -2,7 +2,6 @@
2
#![allow(unused)]
3
#![warn(clippy::path_join_correction)]
4
use std::path::Path;
5
-//use std::string::String;
6
7
fn main() {
8
// should be linted
tests/ui/path_join_correction.rs
0 commit comments