New lint: unbuffered_bytes

This commit is contained in:
jonathan 2025-01-27 21:50:22 +01:00 committed by Jonathan Brouwer
parent 32aef114c6
commit 8b6de49ef7
No known key found for this signature in database
GPG key ID: F13E55D38C971DEF
9 changed files with 143 additions and 6 deletions

View file

@ -482,6 +482,7 @@ pub static LINTS: &[&crate::LintInfo] = &[
crate::methods::SUSPICIOUS_SPLITN_INFO,
crate::methods::SUSPICIOUS_TO_OWNED_INFO,
crate::methods::TYPE_ID_ON_BOX_INFO,
crate::methods::UNBUFFERED_BYTES_INFO,
crate::methods::UNINIT_ASSUMED_INIT_INFO,
crate::methods::UNIT_HASH_INFO,
crate::methods::UNNECESSARY_FALLIBLE_CONVERSIONS_INFO,