Skip to content

Commit

Permalink
vello_editor: Remove wildcard import (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored Dec 9, 2024
1 parent 0e851bb commit f473e9c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/vello_editor/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#![allow(clippy::cast_possible_truncation)]
#![allow(clippy::shadow_unrelated)]
#![allow(clippy::unseparated_literal_suffix)]
#![allow(clippy::wildcard_imports)]

use accesskit::{Node, Rect, Role, Tree, TreeUpdate};
use anyhow::Result;
Expand All @@ -20,7 +19,7 @@ use vello::wgpu;
use vello::{AaConfig, Renderer, RendererOptions, Scene};
use winit::application::ApplicationHandler;
use winit::dpi::LogicalSize;
use winit::event::*;
use winit::event::{StartCause, WindowEvent};
use winit::event_loop::{ActiveEventLoop, ControlFlow, EventLoop, EventLoopProxy};
use winit::window::Window;

Expand Down

0 comments on commit f473e9c

Please sign in to comment.