diff --git a/crates/oxc_linter/src/context/host.rs b/crates/oxc_linter/src/context/host.rs index c277a24836f62..38f925266a1f2 100644 --- a/crates/oxc_linter/src/context/host.rs +++ b/crates/oxc_linter/src/context/host.rs @@ -32,7 +32,7 @@ pub struct ContextSubHost<'a> { pub(super) module_record: Arc, /// Information about specific rules that should be disabled or enabled, via comment directives like /// `eslint-disable` or `eslint-disable-next-line`. - pub(super) disable_directives: Rc>, + pub(super) disable_directives: DisableDirectives<'a>, // Specific framework options, for example, whether the context is inside `