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 334585b commit 71db81aCopy full SHA for 71db81a
src/utils.rs
@@ -90,16 +90,6 @@ fn custom_remove_error() {
90
)
91
);
92
assert_eq!(expected, tested);
93
-
94
- let expected = "Custom { kind: PermissionDenied, error: RemoveError { kind: PermissionDenied, path: \"test/path\" } }";
95
- let tested = format!(
96
- "{:?}",
97
- improve_remove_error(
98
- std::io::Error::from(std::io::ErrorKind::PermissionDenied),
99
- path
100
- )
101
- );
102
- assert_eq!(expected, tested);
103
}
104
105
pub(crate) fn normalize_path(path: &Path) -> PathBuf {
0 commit comments