mirror of
https://github.com/cccb/servicepoint.git
synced 2025-01-18 10:00:14 +01:00
fix CI fails because example does not panic depending on network
This commit is contained in:
parent
35f87eeed9
commit
c7dc935984
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue