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