Skip to content

Commit

Permalink
Mute non-local definition warnings in bevy_reflect
Browse files Browse the repository at this point in the history
  • Loading branch information
stepancheg committed Oct 19, 2024
1 parent 74dedb2 commit abb0de6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/bevy_reflect/src/impls/std.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,9 @@ impl_reflect_opaque!(::alloc::collections::BinaryHeap<T: Clone>);

macro_rules! impl_reflect_for_atomic {
($ty:ty, $ordering:expr) => {
const _: () = {
impl_type_path!($ty);
impl_type_path!($ty);

const _: () = {
#[cfg(feature = "functions")]
crate::func::macros::impl_function_traits!($ty);

Expand Down

0 comments on commit abb0de6

Please sign in to comment.