Skip to content

Commit

Permalink
cargo fmt --all
Browse files Browse the repository at this point in the history
  • Loading branch information
stites committed Dec 9, 2023
1 parent d1b7145 commit a0fdc00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ffi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ pub unsafe extern "C" fn mk_bdd_manager_default_order(num_vars: u64) -> *mut Rsd
.cast()
}


#[no_mangle]
#[allow(clippy::missing_safety_doc)]
pub unsafe extern "C" fn bdd_new_label(builder: *mut RsddBddBuilder) -> u64 {
Expand Down

0 comments on commit a0fdc00

Please sign in to comment.