Skip to content

Commit

Permalink
fix wasm clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoldbaum committed Oct 30, 2024
1 parent 245300b commit a7381a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_gc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ use pyo3::class::PyVisit;
use pyo3::ffi;
use pyo3::prelude::*;
use pyo3::py_run;
#[cfg(not(target_arch = "wasm32"))]
use std::cell::Cell;
use std::sync::atomic::{AtomicBool, Ordering};
use std::sync::Once;
Expand Down

0 comments on commit a7381a0

Please sign in to comment.