fix CI fails because example does not panic depending on network

This commit is contained in:
Vinzenz Schroeter 2024-11-10 11:10:40 +01:00
parent 35f87eeed9
commit c7dc935984

View file

@ -22,7 +22,7 @@ servicepoint = "0.10.0"
## Examples
```rust should_panic
```rust no_run
fn main() {
// establish connection
let connection = servicepoint::Connection::open("172.23.42.29:2342")