1
1
mirror of https://github.com/tweag/nickel.git synced 2024-09-17 14:37:30 +03:00

Fix comment

This commit is contained in:
Avi Dessauer 2022-01-04 14:42:03 -05:00
parent c71cf5d736
commit 30fb71a1f1

View File

@ -156,12 +156,12 @@
# we switch there
sed -i 's/\[lib\]/[lib]\ncrate-type = ["cdylib", "rlib"]/' Cargo.toml
// This is a hack to prevent the fs2 crate from being compiled on wasm.
// This may be able to be removed once one or more of these issues are resolved:
// https://github.com/bheisler/criterion.rs/issues/461
// https://github.com/rust-lang/cargo/issues/1596
// https://github.com/rust-lang/cargo/issues/1197
// https://github.com/rust-lang/cargo/issues/5777
# This is a hack to prevent the fs2 crate from being compiled on wasm.
# This may be able to be removed once one or more of these issues are resolved:
# https://github.com/bheisler/criterion.rs/issues/461
# https://github.com/rust-lang/cargo/issues/1596
# https://github.com/rust-lang/cargo/issues/1197
# https://github.com/rust-lang/cargo/issues/5777
sed -i '/utilities/d' Cargo.toml
'';