We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Binder::binder
1 parent 9a9d78d commit 2874ec4Copy full SHA for 2874ec4
crates/oxc_semantic/src/binder.rs
@@ -10,8 +10,7 @@ use crate::SemanticBuilder;
10
use crate::checker::is_function_part_of_if_statement;
11
12
pub trait Binder<'a> {
13
- #[expect(unused_variables)]
14
- fn bind(&self, builder: &mut SemanticBuilder<'a>) {}
+ fn bind(&self, builder: &mut SemanticBuilder<'a>);
15
}
16
17
impl<'a> Binder<'a> for VariableDeclarator<'a> {
0 commit comments