Searched refs:no_hash (Results 1 – 2 of 2) sorted by relevance
924 if let Some(no_hash) = matches.values_of("no-hash") { in builder_from_flags()925 for regex in no_hash { in builder_from_flags()926 builder = builder.no_hash(regex); in builder_from_flags()
1551 pub fn no_hash<T: Into<String>>(mut self, arg: T) -> Builder { in no_hash() method