Skip to content

Commit feefadd

Browse files
committed
removed needless compile error
1 parent feefadd commit feefadd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/reader.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ use crate::error::{AsyncTiffError, AsyncTiffResult};
1717
use async_mutex::Mutex;
1818
#[cfg(feature = "tokio")]
1919
use tokio::sync::Mutex;
20-
#[cfg(not(any(feature = "tokio", feature = "async_mutex")))]
21-
compile_error!("at least one of 'tokio' or 'async_mutex' features should be enabled");
2220

2321
/// The asynchronous interface used to read COG files
2422
///

0 commit comments

Comments
 (0)