Skip to content

Commit

Permalink
Build failure fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason Ray Hanna III committed Apr 26, 2023
1 parent 25ee587 commit c5b5560
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/ui/path_join_correction.fixed
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#![allow(unused)]
#![warn(clippy::path_join_correction)]
use std::path::Path;
//use std::string::String;

fn main() {
// should be linted
Expand Down
1 change: 0 additions & 1 deletion tests/ui/path_join_correction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#![allow(unused)]
#![warn(clippy::path_join_correction)]
use std::path::Path;
//use std::string::String;

fn main() {
// should be linted
Expand Down

0 comments on commit c5b5560

Please sign in to comment.