imag/lib/core
Matthias Beyer 582fd10acb FS backend: Safe allocation of new PathBuf object
::stf::fs::create_dir_all() takes any ref to `Path`, which is what we
have here, so we can leave out the allocation of a new PathBuf object
here.

Also remove the match by a `if let Some(_)`, which increases the
readability a bit.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2018-11-06 18:37:53 +01:00
..
libimagerror libimagerror: Move from error-chain to failure 2018-10-30 18:46:28 +01:00
libimagrt Print Runtime errors to stderr 2018-11-01 20:26:25 +01:00
libimagstore FS backend: Safe allocation of new PathBuf object 2018-11-06 18:37:53 +01:00