Skip to content

Commit 4ceb08e

Browse files
committed
Fix docComment
1 parent 8a66af0 commit 4ceb08e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/public_api/currencies.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
//! #Examples
22
//!
33
//! ```
4+
//! use zaif_api::public_api::*;
5+
//!
46
//! let api = CurrenciesBuilder::new().name("btc".to_string()).finalize();
57
//! for currency in api.exec().unwrap() {
68
//! println!("name: {} is_token: {}", currency.name, currency.is_token);

0 commit comments

Comments
 (0)