mirror of https://github.com/astral-sh/ruff
Fix wrong-size header in `open-file-with-context-handler` (#14067)
This commit is contained in:
parent
66872a41fc
commit
1de36cfe4c
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue