Tags a doc test as ignored because it relies on an optional feature

pull/10/head
Tpt 6 years ago
parent 652d0d8b9d
commit 65ed79742e
  1. 2
      lib/src/model/dataset.rs

@ -123,7 +123,7 @@ pub trait NamedGraph: Graph {
/// ``` /// ```
/// ///
/// The implementation backed by RocksDB could be built using `RocksDbDataset::open` and works just like its in-memory equivalent: /// The implementation backed by RocksDB could be built using `RocksDbDataset::open` and works just like its in-memory equivalent:
/// ``` /// ```ignore
/// use rudf::store::RocksDbDataset; /// use rudf::store::RocksDbDataset;
/// let dataset = RocksDbDataset::open("foo.db"); /// let dataset = RocksDbDataset::open("foo.db");
/// ``` /// ```

Loading…
Cancel
Save