Skip to content

Commit bbdb5a8

Browse files
committed
Fix syntax updater build
1 parent 1314aa9 commit bbdb5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/syntax_updater/from_0_1_0.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
use std::io::Write;
55

6-
use sixtyfps_compilerlib::parser::{syntax_nodes, SyntaxNode};
6+
use slint_compiler_internal::parser::{syntax_nodes, SyntaxNode};
77

88
/// Rename `loop-count` to `iteration-count` in `PropertyAnimation`s
99
pub(crate) fn fold_node(

0 commit comments

Comments
 (0)