Skip to content

Commit 2e67ac4

Browse files
committed
chore(linter): add derive debug trait to DisableDirectives (#13493)
1 parent e0396fd commit 2e67ac4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/oxc_linter/src/disable_directives.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ pub struct DisableRuleComment<'a> {
109109
pub r#type: RuleCommentType<'a>,
110110
}
111111

112+
#[derive(Debug)]
112113
pub struct DisableDirectives<'a> {
113114
/// All the disabled rules with their corresponding covering spans
114115
intervals: Lapper<u32, DisabledRule<'a>>,

0 commit comments

Comments
 (0)