Skip to content

Commit

Permalink
Add expect lint annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
toolCHAINZ committed Dec 9, 2024
1 parent bb83754 commit 0eb903d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions z3/src/ast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2317,6 +2317,7 @@ pub fn exists_const<'ctx>(
/// let f_f_3: ast::Int = f.apply(&[&f.apply(&[&ast::Int::from_u64(&ctx, 3)])]).try_into().unwrap();
/// assert_eq!(3, model.eval(&f_f_3, true).unwrap().as_u64().unwrap());
/// ```
#[expect(clippy::too_many_arguments)]
pub fn quantifier_const<'ctx>(
ctx: &'ctx Context,
is_forall: bool,
Expand Down

0 comments on commit 0eb903d

Please sign in to comment.