diff --git a/src/lib.rs b/src/lib.rs index eafef1a..387ac72 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1868,8 +1868,6 @@ mod tests { Ok(()) } - // Something wrong w/ Windows' into_vec or something - #[cfg(not(target_os = "windows"))] #[test] fn test_schunk_basic() -> Result<()> { let input = b"some data";