Skip to content

Commit e783878

Browse files
refactor: remove comment
1 parent 057a7c5 commit e783878

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
@@ -415,8 +415,6 @@ impl JsBindgen<'_> {
415415
continue;
416416
}
417417

418-
// TODO: check if the export is detected
419-
420418
match export {
421419
WorldItem::Function(func) => {
422420
let local_name = self.local_names.create_once(&func.name).to_string();

0 commit comments

Comments
 (0)