We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f181380 commit 1ed0576Copy full SHA for 1ed0576
compiler-core/src/io/memory.rs
@@ -316,7 +316,6 @@ impl BeamCompiler for InMemoryFileSystem {
316
_modules: &HashSet<Utf8PathBuf>,
317
_stdio: Stdio,
318
) -> Result<Vec<String>, Error> {
319
- // What to do here?
320
Ok(Vec::new()) // Always succeed.
321
}
322
compiler-wasm/src/wasm_filesystem.rs
@@ -40,7 +40,6 @@ impl BeamCompiler for WasmFileSystem {
40
41
42
43
44
45
46
0 commit comments