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 fd4f492 commit e722344Copy full SHA for e722344
tests/testsuite/registry.rs
@@ -3143,6 +3143,7 @@ fn unaccessible_registry_cache_still_works() {
3143
// make sure we add the permissions to the files afterwards so "cargo clean" can remove them (#6934)
3144
set_permissions(&f_cache_path, 0o777);
3145
3146
+ #[cfg_attr(windows, allow(unused_variables))]
3147
fn set_permissions(path: &Path, permissions: u32) {
3148
#[cfg(not(windows))]
3149
{
0 commit comments