Skip to content

Commit

Permalink
Merge pull request #92 from ellmau/triage/1.61_downgrade
Browse files Browse the repository at this point in the history
Rust 1.61 conformity
  • Loading branch information
ellmau committed Aug 2, 2022
2 parents fea31f1 + c4a57bc commit d8492dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RUSTTARGET: ${{ matrix.target }}
EXTRA_FILES: "README.md LICENSE"
TOOLCHAIN_VERSION: 1.62.1
SRC_DIR: "bin/"
#release_without_not_required:
# name: release ${{ matrix.target }}
Expand Down
2 changes: 1 addition & 1 deletion lib/src/nogoods.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ impl NoGood {
return None;
}
}
visit.then_some(result)
visit.then(|| result)
}

/// Creates an updated [Vec<Term>], based on the given [&[Term]] and the [NoGood].
Expand Down

0 comments on commit d8492dc

Please sign in to comment.