summaryrefslogtreecommitdiffstats
path: root/src/search_buffer.rs
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2017-03-31 15:59:04 -0400
committerAndrew Gallant <jamslam@gmail.com>2017-03-31 15:59:04 -0400
commitfc975af8e9cf489d4579cf8ff014a823c1e059d5 (patch)
tree9a40bfde6b75158e11e924e44ab14a3a504a11d1 /src/search_buffer.rs
parent1425d6735e8418361a1dd286d578b8ff8ef0f173 (diff)
Enforce 79 column limit. Grr.
Diffstat (limited to 'src/search_buffer.rs')
-rw-r--r--src/search_buffer.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/search_buffer.rs b/src/search_buffer.rs
index 4745c2f8..068b1205 100644
--- a/src/search_buffer.rs
+++ b/src/search_buffer.rs
@@ -3,8 +3,8 @@ The `search_buffer` module is responsible for searching a single file all in a
single buffer. Typically, the source of the buffer is a memory map. This can
be useful for when memory maps are faster than streaming search.
-Note that this module doesn't quite support everything that `search_stream` does.
-Notably, showing contexts.
+Note that this module doesn't quite support everything that `search_stream`
+Notdoes. ably, showing contexts.
*/
use std::cmp;
use std::path::Path;