Skip to content

Commit 2cf9fa3

Browse files
committed
refactor(linter): derive debug for extensions (#11938)
1 parent a02768c commit 2cf9fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/oxlint/src/walk.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use oxc_linter::LINTABLE_EXTENSIONS;
55

66
use crate::cli::IgnoreOptions;
77

8-
#[derive(Clone)]
8+
#[derive(Debug, Clone)]
99
pub struct Extensions(pub Vec<&'static str>);
1010

1111
impl Default for Extensions {

0 commit comments

Comments
 (0)