Fix clippy lints
This commit is contained in:
parent
9b34b2ac19
commit
7def3ee38a
4 changed files with 28 additions and 19 deletions
|
|
@ -720,9 +720,10 @@ pub fn run_command<A, C, E>(
|
|||
let _res = window.drag_window();
|
||||
}
|
||||
window::Action::Spawn { .. } => {
|
||||
log::info!(
|
||||
"Spawning a window is only available with multi-window applications."
|
||||
)
|
||||
log::warn!(
|
||||
"Spawning a window is only available with \
|
||||
multi-window applications."
|
||||
);
|
||||
}
|
||||
window::Action::Resize(size) => {
|
||||
window.set_inner_size(winit::dpi::LogicalSize {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue