We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8247d27 commit 81a9895Copy full SHA for 81a9895
src/uuid/mod.rs
@@ -522,8 +522,8 @@ macro_rules! trait_impls {
522
}
523
524
525
- #[cfg(all($feat, feature = "serde_with_3"))]
526
- #[cfg_attr(docsrs, doc(cfg(all($feat, feature = "serde_with_3"))))]
+ #[cfg(all($feat, feature = "serde_with-3"))]
+ #[cfg_attr(docsrs, doc(cfg(all($feat, feature = "serde_with-3"))))]
527
impl serde_with_3::SerializeAs<$u> for crate::Uuid {
528
fn serialize_as<S>(source: &$u, serializer: S) -> std::result::Result<S::Ok, S::Error>
529
where
0 commit comments