fix clippy issues
This commit is contained in:
@@ -18,6 +18,12 @@ impl Skeleton {
|
||||
}
|
||||
}
|
||||
|
||||
impl Default for Skeleton {
|
||||
fn default() -> Self {
|
||||
Self::new()
|
||||
}
|
||||
}
|
||||
|
||||
impl Styled for Skeleton {
|
||||
fn style(&mut self) -> &mut gpui::StyleRefinement {
|
||||
self.base.style()
|
||||
|
||||
Reference in New Issue
Block a user