Fix clippy err

pull/686/head
Arijit Basu 5 months ago
parent e81d111fd2
commit 05dea83bff
No known key found for this signature in database
GPG Key ID: 0F8EF5258DC38077

@ -185,7 +185,7 @@ pub fn pipe_msg_in(args: Vec<String>) -> Result<()> {
.cloned()
.context("failed to detect delimmiter")?;
msg.push(delimiter.try_into()?);
msg.push(delimiter.into());
File::options()
.append(true)
.open(&path)?

Loading…
Cancel
Save