chore (backend-rs): address cargo doc warning

This commit is contained in:
naskya 2024-06-01 02:04:02 +09:00
parent 3fa377a765
commit 3407e4b395
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -37,7 +37,7 @@ fn check_word_mute_impl(
///
/// # Arguments
///
/// * `note` : [NoteLike] object
/// * `note` : [PartialNoteToElaborate] object
/// * `muted_words` : list of muted keyword lists (each array item is a space-separated keyword list that represents an AND condition)
/// * `muted_patterns` : list of JavaScript-style (e.g., `/foo/i`) regular expressions
#[crate::export]