Skip to content

Commit

Permalink
fixup! fix: apply code review suggestions from PR #24
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsastrix committed Aug 27, 2024
1 parent a42499f commit f04a6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/endpoints/creation_hint/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ mod builder {
///
/// One part of this is converting enum types from and to their CBOR abbreviations in
/// [`cbor_abbreviations`](crate::constants::cbor_abbreviations),
/// another part is implementing the [`ToCborMap`](ToCborMap) type for the
/// another part is implementing the [`ToCborMap`](crate::common::cbor_map::ToCborMap) type for the
/// models which are represented as CBOR maps.
mod conversion {
#[cfg(not(feature = "std"))]
Expand Down

0 comments on commit f04a6e9

Please sign in to comment.