Skip to content

Commit 06bad89

Browse files
committed
refactor: remove testing & benchmarking from meta
1 parent c49ae9e commit 06bad89

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/meta.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,5 @@ Some topics aren't exactly relevant to how you program but provide you
44
tooling or infrastructure support which just makes things better for
55
everyone. These topics include:
66

7-
* Documentation: Generate library documentation for users via the included
8-
`rustdoc`.
9-
* Testing: Create testsuites for libraries to give confidence that your
10-
library does exactly what it's supposed to.
11-
* Benchmarking: Create benchmarks for functionality to be confident that
12-
they run quickly.
7+
- Documentation: Generate library documentation for users via the included
8+
`rustdoc`.

0 commit comments

Comments
 (0)