Skip to content

Commit bf67584

Browse files
committed
Clippy
1 parent e545aa9 commit bf67584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reactor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ use crate::{syscall, syscall_los, syscall_los_eagain};
2020
const MAX_REGISTRATIONS: usize = 20;
2121

2222
#[cfg(not(target_os = "espidf"))]
23-
const MAX_REGISTRATIONS: usize = sys::FD_SETSIZE as usize;
23+
const MAX_REGISTRATIONS: usize = sys::FD_SETSIZE;
2424

2525
#[derive(EnumSetType, Debug)]
2626
pub(crate) enum Event {

0 commit comments

Comments
 (0)