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 952b128 commit d77dfdfCopy full SHA for d77dfdf
pax/tests/archive/mod.rs
@@ -288,7 +288,9 @@ fn test_pax_long_paths() {
288
|| stderr.contains("File name too long")
289
|| stderr.contains("Is a directory")
290
{
291
- eprintln!("Skipping long path test: filesystem/environment doesn't support very long paths");
+ eprintln!(
292
+ "Skipping long path test: filesystem/environment doesn't support very long paths"
293
+ );
294
return;
295
}
296
0 commit comments