Commit e5abe06
authored
Improve rustdoc and attributes (#69)
- Imports README.md into the rustdoc, which previously lacked any sort
of warnings about the state of the code
- Use `no_std` unconditionally, which Just Works. We can link `std`
separately if actually needed.
- Use `warn` instead of `deny`: we deny warnings in CI anyway1 parent 07fa673 commit e5abe06
1 file changed
+13
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
2 | 9 | | |
3 | 10 | | |
4 | 11 | | |
5 | 12 | | |
6 | 13 | | |
7 | 14 | | |
8 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
9 | 20 | | |
10 | 21 | | |
11 | 22 | | |
| |||
0 commit comments