changeset 126:66c13972d977

Remove obsolete warning from Options
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 31 Dec 2016 17:42:02 +0100
parents 7c13a7d4f795
children 400a8eee617c
files src/options.rs
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/options.rs	Sat Dec 31 17:41:25 2016 +0100
+++ b/src/options.rs	Sat Dec 31 17:42:02 2016 +0100
@@ -31,9 +31,6 @@
 ///
 #[derive(Clone)]
 pub struct Options {
-    // NOTE: do NOT set this to something different than DefaultCmp, otherwise some things will
-    // break (at the moment). Comparators would need extra functionality to fix this (e.g., string
-    // separator finding)
     pub cmp: Arc<Box<Cmp>>,
     pub create_if_missing: bool,
     pub error_if_exists: bool,