more rustup
This commit is contained in:
parent
b790b78eec
commit
32d060ae11
|
@ -88,6 +88,7 @@ impl LintPass for StrToStringPass {
|
|||
|
||||
declare_lint!(CLIPPY_TOPLEVEL_REF_ARG, Warn, "Warn about pattern matches with top-level `ref` bindings");
|
||||
|
||||
#[allow(missing_copy_implementations)]
|
||||
pub struct TopLevelRefPass;
|
||||
|
||||
impl LintPass for TopLevelRefPass {
|
||||
|
|
Loading…
Reference in New Issue