mirror of
https://github.com/instant-labs/instant-epp.git
synced 2025-02-01 06:22:06 +00:00
fix example in lib.rs
This commit is contained in:
parent
554aa5a5c6
commit
a1600826a2
@ -84,10 +84,10 @@
|
||||
//! .iter()
|
||||
//! .for_each(|chk| println!("Domain: {}, Available: {}", chk.domain.name, chk.domain.available));
|
||||
//!
|
||||
//! }
|
||||
//!
|
||||
//! // Close the connection
|
||||
//! client.logout().await.unwrap();
|
||||
//!
|
||||
//! }
|
||||
//! ```
|
||||
//!
|
||||
//! The output would look similar to the following
|
||||
|
Loading…
Reference in New Issue
Block a user