Skip to content

Commit 5d31865

Browse files
committed
Fix clippy warning
1 parent dffddcf commit 5d31865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/manifest.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ fn test_split_input() {
135135

136136
let dummy_path: ::std::path::PathBuf = "p".into();
137137
let dummy_path = &dummy_path;
138-
let f = |c| Input::File("n", &dummy_path, c, 0);
138+
let f = |c| Input::File("n", dummy_path, c, 0);
139139

140140
macro_rules! r {
141141
($m:expr, $r:expr) => {

0 commit comments

Comments
 (0)