Add missing doc comment

This commit is contained in:
Serial 2022-03-31 16:10:03 -04:00
parent d06ff53a5e
commit a0e7d5519c
No known key found for this signature in database
GPG key ID: DA95198DC17C4568

View file

@ -45,6 +45,10 @@ pub struct Comment {
/// ///
/// ## Conversions /// ## Conversions
/// ///
/// ### To `Tag`
///
/// Items with [`ItemKey::Comment`] will be stored in the `annotations` field
///
/// ### From `Tag` /// ### From `Tag`
/// ///
/// When converting from [`Tag`](crate::Tag), the following [`ItemKey`](crate::ItemKey)s will be used: /// When converting from [`Tag`](crate::Tag), the following [`ItemKey`](crate::ItemKey)s will be used: