1
0
mirror of https://github.com/ellmau/adf-obdd.git synced 2025-12-19 09:29:36 +01:00

Rust 1.61 conformity

This commit is contained in:
Stefan Ellmauthaler 2022-08-02 19:43:15 +02:00
parent fea31f1590
commit c4a57bcb84
Signed by: ellmau
GPG Key ID: C804A9C1B7AF8256
2 changed files with 1 additions and 2 deletions

View File

@ -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 }}

View File

@ -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].