Do not lint use_self in proc macro expansion
This commit is contained in:
parent
5652ccbc0f
commit
c433d542cf
3 changed files with 21 additions and 2 deletions
|
|
@ -608,3 +608,12 @@ mod issue8845 {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
mod issue6902 {
|
||||
use serde::Serialize;
|
||||
|
||||
#[derive(Serialize)]
|
||||
pub enum Foo {
|
||||
Bar = 1,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -608,3 +608,12 @@ mod issue8845 {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
mod issue6902 {
|
||||
use serde::Serialize;
|
||||
|
||||
#[derive(Serialize)]
|
||||
pub enum Foo {
|
||||
Bar = 1,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue