Skip to content

Commit

Permalink
Fix visibility error
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-shigueo committed Mar 8, 2025
1 parent 45eb227 commit 3505623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ pub(crate) mod warning {
}
}
#[cfg(not(feature = "serde-compat"))]
mod warning {
pub(crate) mod warning {
use std::fmt::Display;

// Just a stub!
Expand Down

0 comments on commit 3505623

Please sign in to comment.