From: Riccardo Casatta Date: Wed, 16 Dec 2020 11:10:40 +0000 (+0100) Subject: [docs] use only sled instead of crate::sled X-Git-Tag: v0.2.0~13 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/script.html?a=commitdiff_plain;h=635d98c0690c41d457d9e9cfa7783b1e3e5a3049;p=bdk [docs] use only sled instead of crate::sled --- diff --git a/src/lib.rs b/src/lib.rs index 01b993e2..d626b8a2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -51,7 +51,7 @@ //! their uses. //! //! The easiest way to get started is to add bdk to your dependencies with the default features. -//! The default features include a simple key-value database ([`sled`](crate::sled)) to cache +//! The default features include a simple key-value database ([`sled`](sled)) to cache //! blockchain data and an [electrum](https://docs.rs/electrum-client/) blockchain client to //! interact with the bitcoin P2P network. //!