Skip to content

Commit 058a3ed

Browse files
committed
fix: doc test
1 parent f622b21 commit 058a3ed

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/block_range_scanner.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@
4141
//! error!("Received error from subscription: {e}");
4242
//! match e {
4343
//! ScannerError::ServiceShutdown => break,
44-
//! ScannerError::WebSocketConnectionFailed(_) => {
45-
//! error!(
46-
//! "WebSocket connection failed, continuing to listen for reconnection"
47-
//! );
48-
//! }
4944
//! _ => {
5045
//! error!("Non-fatal error, continuing: {e}");
5146
//! }

0 commit comments

Comments
 (0)