chore (backend-rs): address cargo doc warning
This commit is contained in:
parent
575ccd0e29
commit
a0c31ddd47
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ pub struct NoteLike {
|
|||
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.
|
||||
///
|
||||
/// ## Arguments
|
||||
|
|
Loading…
Reference in a new issue