Skip to content

Commit

Permalink
remove noise from contributing.md
Browse files Browse the repository at this point in the history
I never felt strongly about these points, why bother mentioning them?
  • Loading branch information
untitaker committed Oct 31, 2024
1 parent bfda6a4 commit 0871f88
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,3 @@ git submodules update --init
```

Then, `cargo test` should just work.

## No unsafe Rust? No dependencies?

`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.

`html5gum` also currently does not have dependencies. This might change over time, but right now I just got by without it.

This is really the main reason for both the unsafe and dependency policy: I just got by without it so far.

0 comments on commit 0871f88

Please sign in to comment.