Skip to content

Commit

Permalink
accommodate wasm-bindgen clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-k committed Feb 25, 2022
1 parent 48e4880 commit a07e64f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
// Copyright (C) 2020-2022 Andy Kurnia.

// to remove after https://github.com/rustwasm/wasm-bindgen/pull/2778 is released.
// see also: https://github.com/rustwasm/wasm-bindgen/issues/2774#issuecomment-1025883235
#![allow(clippy::unused_unit)]

use rand::prelude::*;
use wasm_bindgen::prelude::*;

Expand Down

0 comments on commit a07e64f

Please sign in to comment.