Removed temporary comment

This commit is contained in:
Halvor Fladsrud Bø
2020-02-04 17:07:06 +01:00
parent 14f0c6d01a
commit 22a702c17f

View File

@@ -306,7 +306,6 @@ impl Directory for ManagedDirectory {
}
fn watch(&self, watch_callback: WatchCallback) -> crate::Result<WatchHandle> {
// `WatchCallback` is only a function.
self.directory.watch(watch_callback)
}
}