Skip to content

Commit 371bb76

Browse files
committed
fix: ci
1 parent ef28bb5 commit 371bb76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transpiling/transforms.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ mod test {
515515
(source_map, parser.parse_module().unwrap())
516516
}
517517

518-
fn print(source_map: Rc<SourceMap>, module: Module) -> String {
518+
fn print(source_map: Lrc<SourceMap>, module: Module) -> String {
519519
let mut buf = vec![];
520520
{
521521
let mut writer =

0 commit comments

Comments
 (0)