Fix make lint

This commit is contained in:
Felix Schütt
2023-01-19 17:32:20 +01:00
parent 4c770dd157
commit a33cb20c3b

View File

@@ -120,7 +120,7 @@ impl RunWithPathBuf {
#[cfg(feature = "wasi")] #[cfg(feature = "wasi")]
{ {
// See https://github.com/wasmerio/wasmer/issues/3492 - // See https://github.com/wasmerio/wasmer/issues/3492 -
// we need IndexMap to have a stable ordering for the [fs] mapping, // we need IndexMap to have a stable ordering for the [fs] mapping,
// otherwise overlapping filesystem mappings might not work // otherwise overlapping filesystem mappings might not work
// since we want to control the order of mounting directories from the // since we want to control the order of mounting directories from the