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:
parent
fea31f1590
commit
c4a57bcb84
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -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 }}
|
||||
|
||||
@ -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].
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user