Skip to content

Commit 476e8be

Browse files
committed
v1.2.3
1 parent 2583f65 commit 476e8be

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rIC3"
3-
version = "1.2.2"
3+
version = "1.2.3"
44
edition = "2021"
55
authors = ["Yuheng Su <gipsyh.icu@gmail.com>"]
66
repository = "https://github.com/gipsyh/rIC3"

src/proofoblig.rs

+1
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ impl ProofObligationQueue {
193193
}
194194
}
195195

196+
#[allow(unused)]
196197
pub fn iter(&self) -> btree_set::Iter<'_, ProofObligation> {
197198
self.obligations.iter()
198199
}

0 commit comments

Comments
 (0)