Skip to content

Commit

Permalink
Format it
Browse files Browse the repository at this point in the history
  • Loading branch information
ianks committed Apr 12, 2024
1 parent f6896db commit 0971349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ unsafe extern "C" fn Init_oxi_test() {

#[cfg(test)]
mod tests {
use crate::{Init_oxi_test};
use crate::Init_oxi_test;
use std::os::raw::c_char;

// By default, Cargo will run tests in parallel. This *will* segfault the
Expand Down

0 comments on commit 0971349

Please sign in to comment.