Unverified Commit f517b3da authored by Aaron Jheng's avatar Aaron Jheng
Browse files

clash-rs: clean up flags

parent d4fb0d80
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -35,8 +35,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
  env = {
    # requires features: sync_unsafe_cell, unbounded_shifts, let_chains, ip
    RUSTC_BOOTSTRAP = 1;
    RUSTFLAGS = "--cfg tokio_unstable -A stable_features";
    NIX_CFLAGS_COMPILE = "-Wno-error";
  };

  buildFeatures = [ "plus" ];