Fix warnings (#1742)

This commit is contained in:
Murarth
2020-10-15 11:33:06 -07:00
committed by GitHub
parent 6343059bc0
commit 96809ac659
4 changed files with 5 additions and 6 deletions

View File

@@ -17,6 +17,9 @@
// incoming events (from the registered handlers) and ensuring they are passed to the user in a
// compliant way.
// Silence warnings from use of deprecated stdweb backend
#![allow(deprecated)]
mod device;
mod error;
mod event_loop;