Skip to content

Commit

Permalink
Remove accidental empty block at the bottom of `split-static-string (…
Browse files Browse the repository at this point in the history
…SIM905)` doc (#15290)

## Summary

Removes the following empty code block

![image](https://github.com/user-attachments/assets/4adbacac-0bd9-4dac-af3a-93da2619a1cb)
  • Loading branch information
Avasam authored Jan 6, 2025
1 parent bd02bee commit 643fd7f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 643fd7f

Please sign in to comment.