Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ use super::suppression_comment_visitor::{
/// # fmt: on
/// # yapf: enable
/// ```
///
/// ## Fix safety
///
/// This fix is always marked as unsafe because it deletes the invalid suppression comment,
/// rather than trying to move it to a valid position, which the user more likely intended.
///
#[derive(ViolationMetadata)]
pub(crate) struct InvalidFormatterSuppressionComment {
reason: IgnoredReason,
Expand Down
Loading