Merge pull request #1038 from nuttycom/fix_doc_link

zcash_client_sqlite: Fix broken intra-doc link on `unstable` feature.
This commit is contained in:
Kris Nuttycombe 2023-11-08 17:47:51 -07:00 committed by GitHub
commit 74c12ea9ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -943,7 +943,7 @@ impl FsBlockDb {
/// files as described for [`FsBlockDb`].
///
/// An application using this constructor should ensure that they call
/// [`zcash_client_sqlite::chain::init::init_blockmetadb`] at application startup to ensure
/// [`crate::chain::init::init_blockmeta_db`] at application startup to ensure
/// that the resulting metadata database is properly initialized and has had all required
/// migrations applied before use.
pub fn for_path<P: AsRef<Path>>(fsblockdb_root: P) -> Result<Self, FsBlockDbError> {