From 5a573faadada925d25c39d5e0f6af7da596cef4e Mon Sep 17 00:00:00 2001 From: Chris Ha Date: Fri, 6 Oct 2023 14:52:37 +0900 Subject: [PATCH] cargo fmt --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 7dd4e44..78fe639 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -107,7 +107,7 @@ pub struct Suffix { /// 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