Skip to content

Commit 9e67aef

Browse files
fixup! chore: remove unnecessarily allow'd lint rules under REPO_MSRV
1 parent ad2b3db commit 9e67aef

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

examples/src/hello/mod.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
/// This example shows how to describe the adapter in use.
22
async fn run() {
3-
#[cfg_attr(
4-
all(target_arch = "wasm32", not(target_os = "emscripten")),
5-
expect(unused_variables)
6-
)]
73
let adapter = {
84
let instance = wgpu::Instance::default();
95
#[cfg(not(target_arch = "wasm32"))]

0 commit comments

Comments
 (0)