]> Untitled Git - bdk/commitdiff
[docs] use only sled instead of crate::sled
authorRiccardo Casatta <riccardo@casatta.it>
Wed, 16 Dec 2020 11:10:40 +0000 (12:10 +0100)
committerRiccardo Casatta <riccardo@casatta.it>
Wed, 16 Dec 2020 11:11:49 +0000 (12:11 +0100)
src/lib.rs

index 01b993e26825dc0c1d0e71237448feddf62e35c7..d626b8a2869a6635df3a2890e6ee4daf2b4c1cac 100644 (file)
@@ -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.
 //!