Supressed async_fn_in_trait lint for now

This commit is contained in:
G2-Games 2024-01-30 11:37:30 -06:00
parent d90061f5ae
commit 3bad540481

View file

@ -1,3 +1,4 @@
#![cfg_attr(debug_assertions, allow(async_fn_in_trait))]
use std::error::Error;
use crate::context::UsbInterface;