@@ -31,7 +31,7 @@ pub type DBRawIterator<'a> = DBRawIteratorWithThreadMode<'a, DB>;
31
31
/// widely recognised Rust idioms.
32
32
///
33
33
/// ```
34
- /// use rocksdb ::{DB, Options};
34
+ /// use rust_rocksdb ::{DB, Options};
35
35
///
36
36
/// let path = "_path_for_rocksdb_storage4";
37
37
/// {
@@ -141,7 +141,7 @@ impl<'a, D: DBAccess> DBRawIteratorWithThreadMode<'a, D> {
141
141
/// # Examples
142
142
///
143
143
/// ```rust
144
- /// use rocksdb ::{DB, Options};
144
+ /// use rust_rocksdb ::{DB, Options};
145
145
///
146
146
/// let path = "_path_for_rocksdb_storage5";
147
147
/// {
@@ -178,7 +178,7 @@ impl<'a, D: DBAccess> DBRawIteratorWithThreadMode<'a, D> {
178
178
/// # Examples
179
179
///
180
180
/// ```rust
181
- /// use rocksdb ::{DB, Options};
181
+ /// use rust_rocksdb ::{DB, Options};
182
182
///
183
183
/// let path = "_path_for_rocksdb_storage6";
184
184
/// {
@@ -218,7 +218,7 @@ impl<'a, D: DBAccess> DBRawIteratorWithThreadMode<'a, D> {
218
218
/// # Examples
219
219
///
220
220
/// ```rust
221
- /// use rocksdb ::{DB, Options};
221
+ /// use rust_rocksdb ::{DB, Options};
222
222
///
223
223
/// let path = "_path_for_rocksdb_storage7";
224
224
/// {
@@ -257,7 +257,7 @@ impl<'a, D: DBAccess> DBRawIteratorWithThreadMode<'a, D> {
257
257
/// # Examples
258
258
///
259
259
/// ```rust
260
- /// use rocksdb ::{DB, Options};
260
+ /// use rust_rocksdb ::{DB, Options};
261
261
///
262
262
/// let path = "_path_for_rocksdb_storage8";
263
263
/// {
@@ -375,7 +375,7 @@ pub type DBIterator<'a> = DBIteratorWithThreadMode<'a, DB>;
375
375
/// ranges and direction.
376
376
///
377
377
/// ```
378
- /// use rocksdb ::{DB, Direction, IteratorMode, Options};
378
+ /// use rust_rocksdb ::{DB, Direction, IteratorMode, Options};
379
379
///
380
380
/// let path = "_path_for_rocksdb_storage2";
381
381
/// {
0 commit comments