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
If cargo can complain about it, we can remove it. Example:
$ cargo check --all warning: method `set_len` is never used --> src/system/timestamp.rs:25:8 | 21 | pub trait SetLength { | --------- method in this trait ... 25 | fn set_len(&mut self, new_len: usize) -> io::Result<()>; | ^^^^^^^ | = note: `#[warn(dead_code)]` on by default
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If cargo can complain about it, we can remove it. Example:
The text was updated successfully, but these errors were encountered: