Skip to content

Commit

Permalink
Fix module name in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bikeshedder committed Dec 14, 2023
1 parent 4549fa2 commit c3705f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis/src/cluster/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use super::{CreatePoolError, Pool, PoolBuilder, PoolConfig, Runtime};
/// #[derive(serde::Deserialize)]
/// # #[serde(crate = "serde_1")]
/// struct Config {
/// redis_cluster: deadpool_redis_cluster::Config,
/// redis_cluster: deadpool_redis::cluster::Config,
/// }
///
/// impl Config {
Expand Down

0 comments on commit c3705f4

Please sign in to comment.