mirror of
https://github.com/cccb/servicepoint.git
synced 2025-01-18 18:10: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
|
## Examples
|
||||||
|
|
||||||
```rust should_panic
|
```rust no_run
|
||||||
fn main() {
|
fn main() {
|
||||||
// establish connection
|
// establish connection
|
||||||
let connection = servicepoint::Connection::open("172.23.42.29:2342")
|
let connection = servicepoint::Connection::open("172.23.42.29:2342")
|
||||||
|
|
Loading…
Reference in a new issue