Skip to content

Commit

Permalink
Delete test case removed &PathBuf trait implementations
Browse files Browse the repository at this point in the history
  • Loading branch information
kangalio committed Jan 26, 2021
1 parent 704d2bd commit 67df7bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/conversions/path.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ mod test {
let path = Path::new("Hello\0\n🐍");
test_roundtrip::<&Path>(py, path);
test_roundtrip::<PathBuf>(py, path.to_path_buf());
test_roundtrip::<&PathBuf>(py, &path.to_path_buf());
})
}
}

0 comments on commit 67df7bb

Please sign in to comment.