mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 21:36:29 +03:00
Add scripts/codespell.sh and spellcheck
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
/// Fuzzing target for simplify().
|
||||
///
|
||||
/// Calls simplify() and panics if simplify() panics.
|
||||
/// Does not return any vaule to avoid exposing internal crate types.
|
||||
/// Does not return any value to avoid exposing internal crate types.
|
||||
#[cfg(fuzzing)]
|
||||
pub fn simplify(input: String, is_chat_message: bool) {
|
||||
crate::simplify::simplify(input, is_chat_message);
|
||||
|
||||
Reference in New Issue
Block a user