mirror of https://github.com/astral-sh/ruff
docs: `flake8-self` remove unnecessary backticks (#2951)
This commit is contained in:
parent
cc30738148
commit
2a744d24e5
|
|
@ -44,7 +44,6 @@ define_violation!(
|
|||
///
|
||||
/// ## References
|
||||
/// * [_What is the meaning of single or double underscores before an object name?_](https://stackoverflow.com/questions/1301346/what-is-the-meaning-of-single-and-double-underscore-before-an-object-name)
|
||||
/// ```
|
||||
pub struct PrivateMemberAccess {
|
||||
pub access: String,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue