Searched defs:OpenOption (Results 1 – 1 of 1) sorted by relevance
30 enum OpenOption { enum38 fn get_open_options(cx: &LateContext<'_>, argument: &Expr<'_>, options: &mut Vec<(OpenOption, Argum… in get_open_options()85 fn check_open_options(cx: &LateContext<'_>, options: &[(OpenOption, Argument)], span: Span) { in check_open_options()