Skip to content

Commit efc60ef

Browse files
Techassiadwk67
andcommitted
docs(versioned): Adjust #[versioned(hint)] wording
Co-authored-by: Andrew Kenworthy <andrew.kenworthy@stackable.tech>
1 parent b182cae commit efc60ef

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • crates/stackable-versioned-macros/src

crates/stackable-versioned-macros/src/lib.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,9 @@ mod utils;
660660
/// - `hint(vec)`: Indicates that the field contains a `Vec<T>`.
661661
///
662662
/// These hints are especially useful for generated conversion functions. With
663-
/// these hints in place, the types are correctly mapped using `Into::into`.
663+
/// these hints in place, the types are correctly mapped using `Into::into`
664+
/// (assuming the necessary `From` trait methods are implemented on the target
665+
/// types for the conversion to be done correctly).
664666
///
665667
/// ```
666668
/// # use stackable_versioned_macros::versioned;

0 commit comments

Comments
 (0)