Skip to content

Commit

Permalink
Update tests/attributes/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Franziskus Kiefer <[email protected]>
  • Loading branch information
W95Psp and franziskuskiefer authored Jul 10, 2024
1 parent 3b5a15d commit 0b3e700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/attributes/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ mod refinement_types {
}
mod nested_refinement_elim {
use hax_lib::*;
#[hax_lib::refinement_type(|x| true)]
#[refinement_type(|x| true)]
pub struct DummyRefinement(u16);

fn elim_twice(x: DummyRefinement) -> u16 {
Expand Down

0 comments on commit 0b3e700

Please sign in to comment.