Skip to content

Commit 7c1d655

Browse files
authored
improve group_seq_axioms deprecation message (#2684)
1 parent 99cf303 commit 7c1d655

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/vstd/seq.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1786,7 +1786,7 @@ pub broadcast proof fn lemma_seq_add_index2_alt<A>(s1: Seq<A>, s2: Seq<A>, i: in
17861786

17871787
}
17881788

1789-
#[deprecated(note = "Seq axioms have been verified, and are now lemmas")]
1789+
#[deprecated(note = "Use `group_seq_lemmas` instead")]
17901790
pub broadcast group group_seq_axioms {
17911791
lemma_seq_index_decreases,
17921792
lemma_seq_subrange_decreases,

0 commit comments

Comments
 (0)