Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkaMaul committed Dec 11, 2024
1 parent 168ceee commit 66fbcde
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion rust/build.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
fn main() {
pyo3_build_config::use_pyo3_cfgs();
}
}
1 change: 0 additions & 1 deletion rust/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -784,6 +784,5 @@ mod tests {

assert_eq!(raw.borrow_dependent().status.status, 0);
});

}
}

0 comments on commit 66fbcde

Please sign in to comment.