Skip to content

Commit

Permalink
fix: fixed clippy lint issues with wasm-bindgen
Browse files Browse the repository at this point in the history
These are caused by rustwasm/wasm-bindgen#2774 while we wait for a new
release on their end.
  • Loading branch information
arctic-hen7 committed Feb 17, 2022
1 parent 5e2601d commit b2f67e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/core/basic/.perseus/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(clippy::unused_unit)] // rustwasm/wasm-bindgen#2774 awaiting next `wasm-bindgen` release

pub mod app;

use crate::app::{get_app_root, get_error_pages, get_locales, get_plugins, get_templates_map};
Expand Down

0 comments on commit b2f67e6

Please sign in to comment.