Compare commits

...

1 Commits

Author SHA1 Message Date
Michael Bolin
b65181ff31 deliberate cfg(test) windows clippy violation to verify Bazel catches it 2026-04-03 15:50:40 -07:00

View File

@@ -301,7 +301,7 @@ mod tests {
};
let temp_dir = tempdir().expect("base dir");
let abs_path_buf = {
let _guard = AbsolutePathBufGuard::new(temp_dir.path());
let guard = AbsolutePathBufGuard::new(temp_dir.path());
let input =
serde_json::to_string(r#"~\code"#).expect("string should serialize as JSON");
serde_json::from_str::<AbsolutePathBuf>(&input).expect("is valid abs path")