Skip to content

Commit d83cb74

Browse files
authored
refactor(slang)!: remove private field from builder (#132)
1 parent c9c77a0 commit d83cb74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser/slang.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pub struct SlangParser {
3636
#[builder(default)]
3737
pub skip_version_detection: bool,
3838

39-
#[builder(default)]
39+
#[builder(skip)]
4040
documents: Arc<Mutex<HashMap<DocumentId, String>>>,
4141
}
4242

0 commit comments

Comments
 (0)