remove stale todo

This commit is contained in:
David Palm 2018-08-06 14:09:12 +02:00
parent 056ed842f7
commit faeec17b1e
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
//! Key-Value store abstraction with `RocksDB` backend.
extern crate elastic_array;
extern crate parity_bytes as bytes; // TODO: name changed; update upstream when `parity-common` is available
extern crate parity_bytes as bytes;
use std::io;
use std::path::Path;