Do not lint use_self in proc macro expansion

This commit is contained in:
kraktus 2022-09-10 11:36:31 +02:00
parent 5652ccbc0f
commit c433d542cf
3 changed files with 21 additions and 2 deletions

View file

@ -608,3 +608,12 @@ mod issue8845 {
}
}
}
mod issue6902 {
use serde::Serialize;
#[derive(Serialize)]
pub enum Foo {
Bar = 1,
}
}

View file

@ -608,3 +608,12 @@ mod issue8845 {
}
}
}
mod issue6902 {
use serde::Serialize;
#[derive(Serialize)]
pub enum Foo {
Bar = 1,
}
}