Searched refs:manually_drop_union (Results 1 – 3 of 3) sorted by relevance
98 manually_drop_union: Vec<String>, field403 manually_drop_union, in builder_from_flags()578 for regex in manually_drop_union { in builder_from_flags()579 builder = builder.manually_drop_union(regex); in builder_from_flags()
370 (&self.options.manually_drop_union, "--manually-drop-union"), in command_line_flags()1162 pub fn manually_drop_union<T: AsRef<str>>(mut self, arg: T) -> Self {1163 self.options.manually_drop_union.insert(arg);1935 manually_drop_union: RegexSet, field2207 &mut self.manually_drop_union, in build()2321 manually_drop_union, in default()
1708 } else if ctx.options().manually_drop_union.matches(name) { in is_rust_union()