cargo fmt

This commit is contained in:
Pascal Seitz
2021-08-21 18:52:10 +01:00
parent 13401f46ea
commit e0b83eb291

View File

@@ -8,7 +8,7 @@ use tantivy_fst::Regex;
/// A Regex Query matches all of the documents
/// containing a specific term that matches
/// a regex pattern.
/// a regex pattern.
///
/// Wildcard queries (e.g. ho*se) can be achieved
/// by converting them to their regex counterparts.