Skip to content

uucore: fix style in tests#5786

Merged
sylvestre merged 1 commit intouutils:mainfrom
samueltardieu:style-fixes
Jan 5, 2024
Merged

uucore: fix style in tests#5786
sylvestre merged 1 commit intouutils:mainfrom
samueltardieu:style-fixes

Conversation

@samueltardieu
Copy link
Copy Markdown
Contributor

  • Path::new() returns a &Path and does not need to be dereferenced
  • Some types can be deduced from the context and are well visible already (parse_size_u128() or from_bytes())

- `Path::new()` returns a `&Path` and does not need to be dereferenced
- Some types can be deduced from the context and are well visible
  already (`parse_size_u128()` or `from_bytes()`)
@uutils uutils deleted a comment from github-actions bot Jan 5, 2024
@sylvestre sylvestre merged commit e341759 into uutils:main Jan 5, 2024
@samueltardieu samueltardieu deleted the style-fixes branch January 10, 2024 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants