diff --git a/crates/ruff_linter/src/rules/flake8_simplify/rules/open_file_with_context_handler.rs b/crates/ruff_linter/src/rules/flake8_simplify/rules/open_file_with_context_handler.rs index f7aa76a35a..e108468121 100644 --- a/crates/ruff_linter/src/rules/flake8_simplify/rules/open_file_with_context_handler.rs +++ b/crates/ruff_linter/src/rules/flake8_simplify/rules/open_file_with_context_handler.rs @@ -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;