imag/lib
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
..
core FS backend: Safe allocation of new PathBuf object 2018-11-06 18:37:53 +01:00
domain Add FileLockEntry-getter in Mail struct 2018-11-06 14:48:49 +01:00
entry Change test output to use debug!() 2018-11-01 20:37:02 +01:00
etc Make "ask" functions get input and output streams 2018-11-01 20:30:12 +01:00