Skip to content

Commit

Permalink
allow async_fn_in_trait
Browse files Browse the repository at this point in the history
  • Loading branch information
rmja committed Jan 7, 2024
1 parent 14e970c commit f8d82a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
@@ -1,5 +1,6 @@
#![cfg_attr(not(test), no_std)]
#![doc = include_str!("../README.md")]
#![allow(async_fn_in_trait)]
use core::{num::ParseIntError, str::Utf8Error};

use embedded_io_async::ReadExactError;
Expand Down

0 comments on commit f8d82a7

Please sign in to comment.