We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The code doesn't handle the case that a partial write is done to lib.rs. See line
cargo-leet/src/tool/core/helpers/write_to_disk.rs
Line 25 in 5f02af1
See Clippy Lints page for why this is bad https://rust-lang.github.io/rust-clippy/master/index.html#/unused_io_amount
The text was updated successfully, but these errors were encountered:
fix: use write_all instead of write
b69010c
See issue for more details #85
Successfully merging a pull request may close this issue.
The code doesn't handle the case that a partial write is done to lib.rs.
See line
cargo-leet/src/tool/core/helpers/write_to_disk.rs
Line 25 in 5f02af1
See Clippy Lints page for why this is bad https://rust-lang.github.io/rust-clippy/master/index.html#/unused_io_amount
The text was updated successfully, but these errors were encountered: