This commit is contained in:
Josh Holmer 2019-09-24 11:19:55 -04:00 committed by GitHub
parent facf69c319
commit 3ebc633489
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -282,7 +282,7 @@ impl Default for Options {
} }
// We always need NoOp to be present // We always need NoOp to be present
let mut alphas = HashSet::new(); let mut alphas = HashSet::new();
self.alphas.insert(AlphaOptim::NoOp); alphas.insert(AlphaOptim::NoOp);
Options { Options {
backup: false, backup: false,