Remove TODO from Store::reset_backend()
This commit is contained in:
parent
a4188a3100
commit
a672e4db21
1 changed files with 0 additions and 5 deletions
|
@ -315,11 +315,6 @@ impl Store {
|
|||
/// to stdout, we need to be able to replace the in-memory backend with the real filesystem
|
||||
/// 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<()> {
|
||||
self.backend
|
||||
.drain()
|
||||
|
|
Loading…
Reference in a new issue