Skip to content

Commit 0a95cae

Browse files
committed
Fix clippy
1 parent 99d6e46 commit 0a95cae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/quick_check.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ use crate::stream_safe;
33
use crate::tables;
44
use crate::UnicodeNormalization;
55

6+
/// QuickCheck quickly determines if a string is normalized, it can return
7+
/// `Maybe`
8+
///
69
/// The QuickCheck algorithm can quickly determine if a text is or isn't
710
/// normalized without any allocations in many cases, but it has to be able to
811
/// return `Maybe` when a full decomposition and recomposition is necessary.

0 commit comments

Comments
 (0)