summaryrefslogtreecommitdiffstats
path: root/src/out.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/out.rs')
-rw-r--r--src/out.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/out.rs b/src/out.rs
index 9ed0154d..389f5458 100644
--- a/src/out.rs
+++ b/src/out.rs
@@ -48,8 +48,6 @@ impl Out {
/// If set, the separator is printed between matches from different files.
/// By default, no separator is printed.
- ///
- /// If sep is empty, then no file separator is printed.
pub fn file_separator(mut self, sep: Vec<u8>) -> Out {
self.file_separator = Some(sep);
self