Skip to content

Commit c5b5560

Browse files
author
Mason Ray Hanna III
committed
Build failure fix.
1 parent 25ee587 commit c5b5560

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/ui/path_join_correction.fixed

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#![allow(unused)]
33
#![warn(clippy::path_join_correction)]
44
use std::path::Path;
5-
//use std::string::String;
65

76
fn main() {
87
// should be linted

tests/ui/path_join_correction.rs

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#![allow(unused)]
33
#![warn(clippy::path_join_correction)]
44
use std::path::Path;
5-
//use std::string::String;
65

76
fn main() {
87
// should be linted

0 commit comments

Comments
 (0)