Skip to content

Commit

Permalink
Fix wrong impl
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmunns committed Oct 12, 2024
1 parent dbb730a commit 1cd6e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/postcard/src/schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ pub(crate) mod owned {
}
}

impl Schema for OwnedNamedValue {
impl Schema for OwnedNamedType {
const SCHEMA: &'static NamedType = &NamedType {
name: "OwnedNamedType",
ty: &SdmTy::Schema,
Expand Down

0 comments on commit 1cd6e52

Please sign in to comment.