cargo fmt

This commit is contained in:
Chris Ha
2023-10-06 14:52:37 +09:00
committed by Nicolas Patry
parent 560f8e0612
commit 5a573faada

View File

@ -107,7 +107,7 @@ pub struct Suffix<T> {
/// Creates the suffix array and provides an iterator over its items (Rust version)
/// See [suffix](fn.suffix.html)
///
///
/// Gives you an iterator over the suffixes of the input array and their count within
/// the input string.
/// ```rust