Fixup
This commit is contained in:
parent
facf69c319
commit
3ebc633489
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue