mirror of
https://github.com/uutils/coreutils
synced 2025-01-19 00:24:13 +00:00
add dot
This commit is contained in:
parent
fbb2125812
commit
3aee0dfa88
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ search the issues to make sure no one else is working on it.
|
|||
1. Make sure that the code coverage is covering all of the cases, including errors.
|
||||
1. The code must be clippy-warning-free and rustfmt-compliant.
|
||||
1. Don't hesitate to move common functions into uucore if they can be reused by other binaries.
|
||||
1. Unsafe code should be documented with Safety comments
|
||||
1. Unsafe code should be documented with Safety comments.
|
||||
|
||||
## Commit messages
|
||||
|
||||
|
|
Loading…
Reference in a new issue