We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b49ff9 commit 4175ea8Copy full SHA for 4175ea8
CONTRIBUTING.md
@@ -123,7 +123,7 @@ submit a patch!
123
### Don't `panic!`
124
125
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
+Therefore, you should avoid using `println!`, `.unwrap()` and `panic!`. Sometimes the use of
127
`unreachable!` can be justified with a comment explaining why that code is
128
unreachable.
129
0 commit comments