Skip to content

Commit

Permalink
fix: disable unsync if not required
Browse files Browse the repository at this point in the history
  • Loading branch information
Leandros committed Oct 15, 2024
1 parent d2d0456 commit c50a465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ferrunix-core/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ mod sync {
}

/// Types that are enabled when the `multithread` feature is **NOT** set.
// #[cfg(not(feature = "multithread"))]
#[cfg(not(feature = "multithread"))]
mod unsync {
use std::any::Any;

Expand Down

0 comments on commit c50a465

Please sign in to comment.