Skip to content

Commit 43f23c7

Browse files
authored
CONTRIBUTING.md: drop outdated hint, add a panic policy
1 parent d830e84 commit 43f23c7

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 4 deletions
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

@@ -260,9 +260,6 @@ you contribute must at least compile without warnings for all platforms in the
260260
CI. However, you can use `#[cfg(...)]` attributes to create platform dependent
261261
features.
262262

263-
**Tip:** For Windows, Microsoft provides some images (VMWare, Hyper-V,
264-
VirtualBox and Parallels) for development [on their official download page](https://developer.microsoft.com/windows/downloads/virtual-machines/).
265-
266263
## Improving the GNU compatibility
267264

268265
Please make sure you have installed

0 commit comments

Comments
 (0)