Commit c4bdb651 authored by Tyler Neely's avatar Tyler Neely

remove compilation warning. all is calm, for now

parent e990549b
rust-rocksdb
============
note: broken due to updates, expect parity with the nightly by 0:00 1/12/15 EST.
### running
Install RocksDB. rust-rocksdb has been tested with version 3.8.1 on linux and OSX.
###### Cargo.toml
```rust
[dependencies]
rocksdb = "~0.0.2"
rocksdb = "~0.0.3"
```
###### Code
```rust
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment