Static rustc_lint::internal::BAD_OPT_ACCESS
source · pub static BAD_OPT_ACCESS: &Lint
Expand description
The bad_opt_access
lint detects accessing options by field instead of
the wrapper function.
pub static BAD_OPT_ACCESS: &Lint
The bad_opt_access
lint detects accessing options by field instead of
the wrapper function.