refactor: fix strict clippy warnings
This commit is contained in:
@@ -21,7 +21,7 @@ impl CustomWidget for BoxWidget {
|
||||
if let Some(orientation) = self.orientation {
|
||||
container.set_orientation(
|
||||
try_get_orientation(&orientation).unwrap_or(Orientation::Horizontal),
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
if let Some(widgets) = self.widgets {
|
||||
|
||||
Reference in New Issue
Block a user