From 30fb71a1f1b4215e64d34766038b89b783969144 Mon Sep 17 00:00:00 2001 From: Avi Dessauer Date: Tue, 4 Jan 2022 14:42:03 -0500 Subject: [PATCH] Fix comment --- flake.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.nix b/flake.nix index d7cc7f2c..2ec1b758 100644 --- a/flake.nix +++ b/flake.nix @@ -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 '';