Fix clippy err

pull/686/head
Arijit Basu 6 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() .cloned()
.context("failed to detect delimmiter")?; .context("failed to detect delimmiter")?;
msg.push(delimiter.try_into()?); msg.push(delimiter.into());
File::options() File::options()
.append(true) .append(true)
.open(&path)? .open(&path)?

Loading…
Cancel
Save