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 7b5cdc8 commit 2b19330Copy full SHA for 2b19330
CONTRIBUTING.md
@@ -122,8 +122,8 @@ submit a patch!
122
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
+The coreutils should be very reliable. This means that we should never `panic!`.
+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