Skip to content

Commit 3518a45

Browse files
committed
Clippy fix
1 parent b257439 commit 3518a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sources/util/framestream.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ pub fn build_framestream_tcp_source(
453453

454454
let request_limiter = RequestLimiter::new(
455455
MAX_IN_FLIGHT_EVENTS_TARGET,
456-
frame_handler.max_frame_handling_tasks(),
456+
frame_handler.max_frame_handling_tasks() as usize,
457457
);
458458

459459
listener

0 commit comments

Comments
 (0)