docs: flake8-self remove unnecessary backticks (#2951)

This commit is contained in:
Simon Brugman 2023-02-16 14:25:34 +01:00 committed by GitHub
parent cc30738148
commit 2a744d24e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,6 @@ define_violation!(
/// ///
/// ## References /// ## 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) /// * [_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 struct PrivateMemberAccess {
pub access: String, pub access: String,
} }