Function clippy_utils::recurse_or_patterns
source · Expand description
If the pattern is an or
pattern, call the function once for each sub pattern. Otherwise, call
the function once on the given pattern.
If the pattern is an or
pattern, call the function once for each sub pattern. Otherwise, call
the function once on the given pattern.