Skip to content

Commit

Permalink
Fix lint & update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexheretic committed Sep 23, 2022
1 parent 2d7ea70 commit 04831e4
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 61 deletions.
120 changes: 60 additions & 60 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,6 @@ impl_arg_string_display!(i32);

impl ArgString for Arc<str> {
fn arg_string(&self) -> Cow<'_, OsStr> {
Cow::Borrowed((&**self).as_ref())
Cow::Borrowed((**self).as_ref())
}
}

0 comments on commit 04831e4

Please sign in to comment.