rustc_lint::unusedStatic UNUSED_BRACES
Source pub(crate) static UNUSED_BRACES: &Lint
Expand description
The unused_braces
lint detects unnecessary braces around an
expression.
§Example
{{produces}}
§Explanation
The braces are not needed, and should be removed. This is the
preferred style for writing these expressions.