common: Silence compiler warnings about ignored Result return values.
authorTilman Sauerbeck <tilman@code-monkey.de>
Thu, 9 Jan 2020 20:19:57 +0000 (21:19 +0100)
committerTilman Sauerbeck <tilman@code-monkey.de>
Thu, 9 Jan 2020 20:19:57 +0000 (21:19 +0100)
commit946cce9fdf4094ca5b3e2dd764a44e68cd3bf3a6
tree426713bf525f1c88685f50e88cab009eb8306d40
parentad586de91fbe9648414f4fbaab0b3b0b85d67cb3
common: Silence compiler warnings about ignored Result return values.

Note that we still don't handle potential errors from Storage::write().
src/common/logger.rs