Skip to content

Commit 0871f88

Browse files
committed
remove noise from contributing.md
I never felt strongly about these points, why bother mentioning them?
1 parent bfda6a4 commit 0871f88

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,3 @@ git submodules update --init
1616
```
1717

1818
Then, `cargo test` should just work.
19-
20-
## No unsafe Rust? No dependencies?
21-
22-
`html5gum` does not contain unsafe Rust. Right now there's no real necessity for this, but my personal opinion is that I am too dumb to get unsafe code right. And the stakes are very high for something that is supposed to be able to parse untrusted HTML! While the rules around unsafe code are still changing, it's too risky as well.
23-
24-
`html5gum` also currently does not have dependencies. This might change over time, but right now I just got by without it.
25-
26-
This is really the main reason for both the unsafe and dependency policy: I just got by without it so far.

0 commit comments

Comments
 (0)