We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d75a6fd + 00f3b80 commit e9d4534Copy full SHA for e9d4534
src/custom_types/enum/testcase_linked_list.md
@@ -1,6 +1,6 @@
1
# Testcase: linked-list
2
3
-A common use for `enums` is to create a linked-list:
+A common way to implement a linked-list is via `enums`:
4
5
```rust,editable
6
use crate::List::*;
0 commit comments