Fix wrong-size header in open-file-with-context-handler (#14067)

This commit is contained in:
Charlie Marsh 2024-11-03 14:06:40 -05:00 committed by GitHub
parent 66872a41fc
commit 1de36cfe4c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,7 +31,7 @@ use crate::checkers::ast::Checker;
/// ...
/// ```
///
/// # References
/// ## References
/// - [Python documentation: `open`](https://docs.python.org/3/library/functions.html#open)
#[violation]
pub struct OpenFileWithContextHandler;