From 3ebc633489b340d94a932f7f143d128aa62850d0 Mon Sep 17 00:00:00 2001 From: Josh Holmer Date: Tue, 24 Sep 2019 11:19:55 -0400 Subject: [PATCH] Fixup --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 34dd56bb..4b0ccd8d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -282,7 +282,7 @@ impl Default for Options { } // We always need NoOp to be present let mut alphas = HashSet::new(); - self.alphas.insert(AlphaOptim::NoOp); + alphas.insert(AlphaOptim::NoOp); Options { backup: false,