mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 14:21:24 +00:00
Fix wrong-size header in open-file-with-context-handler
(#14067)
This commit is contained in:
parent
66872a41fc
commit
1de36cfe4c
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ use crate::checkers::ast::Checker;
|
||||||
/// ...
|
/// ...
|
||||||
/// ```
|
/// ```
|
||||||
///
|
///
|
||||||
/// # References
|
/// ## References
|
||||||
/// - [Python documentation: `open`](https://docs.python.org/3/library/functions.html#open)
|
/// - [Python documentation: `open`](https://docs.python.org/3/library/functions.html#open)
|
||||||
#[violation]
|
#[violation]
|
||||||
pub struct OpenFileWithContextHandler;
|
pub struct OpenFileWithContextHandler;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue