chore (backend-rs): address cargo doc warning

This commit is contained in:
naskya 2024-05-27 00:07:54 +09:00
parent 4968e370f5
commit 42ec6cffa1
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -13,7 +13,7 @@ pub struct NoteLike {
pub reply_id: Option<String>, pub reply_id: Option<String>,
} }
/// Returns [Vec<String>] containing the post text, content warning, /// Returns [`Vec<String>`] containing the post text, content warning,
/// those of the "parent" (replied/quoted) posts, and alt texts of attached files. /// those of the "parent" (replied/quoted) posts, and alt texts of attached files.
/// ///
/// ## Arguments /// ## Arguments