Skip to content

Commit bac6199

Browse files
refactor: remove comment
1 parent 9ab996f commit bac6199

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • crates/spidermonkey-embedding-splicer/src

crates/spidermonkey-embedding-splicer/src/bindgen.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,8 +412,6 @@ impl JsBindgen<'_> {
412412
continue;
413413
}
414414

415-
// TODO: check if the export is detected
416-
417415
match export {
418416
WorldItem::Function(func) => {
419417
let local_name = self.local_names.create_once(&func.name).to_string();

0 commit comments

Comments
 (0)