Skip to content

Conversation

@dtolnay
Copy link
Owner

@dtolnay dtolnay commented Jul 31, 2025

warning: call to `set_readonly` with argument `false`
  --> src/cargo.rs:83:17
   |
83 |                 permissions.set_readonly(false);
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: on Unix platforms this results in the file being world writable
   = help: you can set the desired permissions using `PermissionsExt`. For more information, see
           https://doc.rust-lang.org/std/os/unix/fs/trait.PermissionsExt.html
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#permissions_set_readonly_false
   = note: `-W clippy::permissions-set-readonly-false` implied by `-W clippy::all`
   = help: to override `-W clippy::all` add `#[allow(clippy::permissions_set_readonly_false)]`

@dtolnay dtolnay merged commit 1ffe733 into master Jul 31, 2025
20 checks passed
@dtolnay dtolnay deleted the fscopy branch July 31, 2025 22:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants