Skip to content

Commit

Permalink
Fix JsonSchema impls for atomics
Browse files Browse the repository at this point in the history
This was broken in 1c34428
  • Loading branch information
GREsau committed Aug 16, 2024
1 parent 1c34428 commit 599fbb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemars/src/json_schema_impls/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ mod time;
mod tuple;
mod wrapper;

#[cfg(std_atomic)]
#[cfg(target_has_atomic)]
mod atomic;

#[cfg(feature = "arrayvec07")]
Expand Down

0 comments on commit 599fbb3

Please sign in to comment.