Skip to content

Commit f9dae86

Browse files
authored
fix(rengine): document TODO, link to issue
1 parent e84428a commit f9dae86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-printer/src/ast/span.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ impl From<hax_frontend_exporter::Span> for Span {
3535
Self {
3636
data: vec![span],
3737
id: fresh_id(),
38-
owner_hint: None, // TODO: Have something there when we implement the importer
38+
owner_hint: None, // TODO: this will be defined properly while addressing issue #1524
3939
}
4040
}
4141
}

0 commit comments

Comments
 (0)