Remove TODO from Store::reset_backend()

This commit is contained in:
Matthias Beyer 2017-06-18 19:33:52 +02:00
parent a4188a3100
commit a672e4db21

View file

@ -315,11 +315,6 @@ impl Store {
/// to stdout, we need to be able to replace the in-memory backend with the real filesystem /// to stdout, we need to be able to replace the in-memory backend with the real filesystem
/// backend. /// backend.
/// ///
/// # TODO
///
/// Currently, this is the naive implementatoin which does not transfer contents of the
/// backends.
///
pub fn reset_backend(&mut self, mut backend: Box<FileAbstraction>) -> Result<()> { pub fn reset_backend(&mut self, mut backend: Box<FileAbstraction>) -> Result<()> {
self.backend self.backend
.drain() .drain()