Skip to content

Commit

Permalink
fix(moonbit): ignore more stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-jerry-ye committed Oct 28, 2024
1 parent db327a9 commit ee52c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/moonbit/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -537,8 +537,8 @@ impl WorldGenerator for MoonBit {
files.push(&format!("{directory}/top.mbt"), indent(&src).as_bytes());
if !self.opts.ignore_stub {
files.push(&format!("{directory}/stub.mbt"), indent(&stub).as_bytes());
generate_pkg_definition(&name, files);
}
generate_pkg_definition(&name, files);
generate_ffi(directory, fragments, files);
}

Expand Down

0 comments on commit ee52c1b

Please sign in to comment.