changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / rust/lib/db/src/lib.rs

revision 189: 3d78bed56188
parent 170: 87edd1628be1
child 190: 666388e32f2f
     1.1--- a/rust/lib/db/src/lib.rs	Fri Feb 02 16:18:32 2024 -0500
     1.2+++ b/rust/lib/db/src/lib.rs	Fri Feb 02 19:47:03 2024 -0500
     1.3@@ -2,7 +2,7 @@
     1.4 //!
     1.5 //! This library provides types and builder functions for working with
     1.6 //! databases. Currently the only backend supported is RocksDB.
     1.7-#[cfg(feature="rocksdb")]
     1.8+#[cfg(feature = "rocksdb")]
     1.9 pub use rocksdb;
    1.10 
    1.11 mod err;