Fix warnings (#1742)
This commit is contained in:
parent
6343059bc0
commit
96809ac659
4 changed files with 5 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue