Skip to content

Commit

Permalink
Update mod.rs
Browse files Browse the repository at this point in the history
Allowing because following clippy's suggestion results in an error in Rust 1.41.0 (was an unstable feature then)
  • Loading branch information
brightly-salty committed Dec 19, 2020
1 parent 81c05b9 commit 0937fce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/window/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ impl<F: Frame + 'static> Window<F> {
///
/// Providing non `None` value for `theme_manager` should prevent theming pointer
/// over the `surface`.
#[allow(clippy::match_like_matches_macro)]
fn init_with_decorations<Impl, E>(
env: &crate::environment::Environment<E>,
surface: wl_surface::WlSurface,
Expand Down

0 comments on commit 0937fce

Please sign in to comment.