Skip to content

Commit

Permalink
Update input.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
rustbasic authored Jun 29, 2024
1 parent 24475bc commit be84b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/egui/src/data/input.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! The input needed by egui.
#[allow(clippy::disallowed_types)]
#![allow(clippy::disallowed_types)]
use std::{sync::Arc, sync::RwLock};

use epaint::ColorImage;
Expand Down

0 comments on commit be84b69

Please sign in to comment.