Skip to content

Commit

Permalink
fix: doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinlanhenke committed Oct 4, 2024
1 parent a084285 commit 2d15239
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/api/swim.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//! ## Example
//!
//! ```rust,no_run
//! use swim_rs::api::{config::SwimConfig, swim::SwimCluster};
//! use swim_rs::{api::{config::SwimConfig, swim::SwimCluster}, Result};
//!
//! #[tokio::main]
//! async fn main() -> Result<()> {
Expand Down Expand Up @@ -74,7 +74,7 @@ impl SwimCluster {
/// # Examples
///
/// ```rust
/// use swim_rs::api::{config::SwimConfig, swim::SwimCluster};
/// use swim_rs::{api::{config::SwimConfig, swim::SwimCluster},Result};
///
/// #[tokio::main]
/// async fn main() -> Result<()> {
Expand Down Expand Up @@ -130,7 +130,7 @@ impl SwimCluster {
/// # Examples
///
/// ```rust,no_run
/// use swim_rs::api::{config::SwimConfig, swim::SwimCluster};
/// use swim_rs::{api::{config::SwimConfig, swim::SwimCluster}, Result};
///
/// #[tokio::main]
/// async fn main() -> Result<()> {
Expand Down

0 comments on commit 2d15239

Please sign in to comment.