mirror of
https://github.com/G2-Games/cross-usb.git
synced 2025-04-19 13:22:53 -05:00
Supressed async_fn_in_trait
lint for now
This commit is contained in:
parent
d90061f5ae
commit
3bad540481
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
#![cfg_attr(debug_assertions, allow(async_fn_in_trait))]
|
||||||
use std::error::Error;
|
use std::error::Error;
|
||||||
|
|
||||||
use crate::context::UsbInterface;
|
use crate::context::UsbInterface;
|
||||||
|
|
Loading…
Reference in a new issue