diff rust/hg-core/src/filepatterns.rs @ 42841:ce6797ef6eab

rust: apply more formatting fixes My cargo fmt updated these lines and they look good.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 31 Aug 2019 14:12:38 +0900
parents 4b3b27d567d5
children 62eabdf91f85
line wrap: on
line diff
--- a/rust/hg-core/src/filepatterns.rs	Thu Aug 22 14:31:07 2019 +0200
+++ b/rust/hg-core/src/filepatterns.rs	Sat Aug 31 14:12:38 2019 +0900
@@ -38,7 +38,8 @@
     Regexp,
     /// Glob that matches at the front of the path
     RootGlob,
-    /// Glob that matches at any suffix of the path (still anchored at slashes)
+    /// Glob that matches at any suffix of the path (still anchored at
+    /// slashes)
     Glob,
     Path,
     RelPath,