mirror of https://github.com/astral-sh/ruff
Remove accidental empty block at the bottom of `split-static-string (SIM905)` doc (#15290)
## Summary Removes the following empty code block 
This commit is contained in:
parent
bd02beec85
commit
643fd7fe07
|
|
@ -41,7 +41,6 @@ use crate::checkers::ast::Checker;
|
|||
///
|
||||
/// ## References
|
||||
/// - [Python documentation: `str.split`](https://docs.python.org/3/library/stdtypes.html#str.split)
|
||||
/// ```
|
||||
#[derive(ViolationMetadata)]
|
||||
pub(crate) struct SplitStaticString;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue