Skip to content

Commit

Permalink
Remove wrong #[cfg]
Browse files Browse the repository at this point in the history
  • Loading branch information
DanikVitek committed Jan 28, 2025
1 parent f9aed6b commit ae05c33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion borsh/src/ser/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1200,7 +1200,6 @@ pub mod rc {
#[cfg(feature = "async")]
use core::future::Future;

#[cfg(feature = "async")]
use async_generic::async_generic;

#[cfg(feature = "async")]
Expand Down

0 comments on commit ae05c33

Please sign in to comment.