Replace deprecated functioncall Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
1 files changed, 1 insertions(+), 1 deletions(-) M bin/domain/imag-log/src/main.rs
M bin/domain/imag-log/src/main.rs => bin/domain/imag-log/src/main.rs +1 -1
@@ 273,7 273,7 @@ fn do_write_to<'a>(sink: &mut Write, id: DiaryId, entry: &FileLockEntry<'a>) -> d = id.day(), H = id.hour(), M = id.minute(), - text = entry.get_content().trim_right()) + text = entry.get_content().trim_end()) .to_exit_code() }