mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Allow manual strip for clippy, temporarily
This commit is contained in:
committed by
Dzmitry Malyshau
parent
4ed91330cf
commit
c19bcbe89c
@@ -9,6 +9,8 @@
|
||||
clippy::unneeded_field_pattern,
|
||||
clippy::match_like_matches_macro
|
||||
)]
|
||||
// TODO: use `strip_prefix` instead when Rust 1.45 <= MSRV
|
||||
#![allow(clippy::manual_strip, clippy::unknown_clippy_lints)]
|
||||
#![deny(clippy::panic)]
|
||||
|
||||
mod arena;
|
||||
|
||||
Reference in New Issue
Block a user