Skip to content

Commit 4175ea8

Browse files
committed
CONTRIBUTING.md: Add println! to Don't panic!
1 parent 6b49ff9 commit 4175ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ submit a patch!
123123
### Don't `panic!`
124124

125125
The coreutils should be very reliable. This means that we should never `panic!`.
126-
Therefore, you should avoid using `.unwrap()` and `panic!`. Sometimes the use of
126+
Therefore, you should avoid using `println!`, `.unwrap()` and `panic!`. Sometimes the use of
127127
`unreachable!` can be justified with a comment explaining why that code is
128128
unreachable.
129129

0 commit comments

Comments
 (0)