mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 13:20:05 -04:00
clippy +nightly fix (#7723)
This commit is contained in:
@@ -451,7 +451,7 @@ enum Action {
|
||||
|
||||
#[derive(Clone, Default)]
|
||||
#[cfg_attr(feature = "serde", derive(serde::Deserialize, serde::Serialize))]
|
||||
struct Tree(Vec<Tree>);
|
||||
struct Tree(Vec<Self>);
|
||||
|
||||
impl Tree {
|
||||
pub fn demo() -> Self {
|
||||
|
||||
Reference in New Issue
Block a user