From 635d98c0690c41d457d9e9cfa7783b1e3e5a3049 Mon Sep 17 00:00:00 2001 From: Riccardo Casatta Date: Wed, 16 Dec 2020 12:10:40 +0100 Subject: [PATCH] [docs] use only sled instead of crate::sled --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. //!