Skip to content

Commit 6e2ca25

Browse files
authored
Remove broken link to EnumTable docs (#427)
EnumTable docs were hidden in #344. Clicking on the existing EnumTable link on the README now leads to a docs.rs page that says "The requested resource does not exist." This commit removes the broken link.
1 parent 9503781 commit 6e2ca25

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ Strum has implemented the following macros:
4747
| [EnumCount] | Add a constant `usize` equal to the number of variants. |
4848
| [VariantArray] | Adds an associated `VARIANTS` constant which is an array of all enum discriminants |
4949
| [VariantNames] | Adds an associated `VARIANTS` constant which is an array of discriminant names |
50-
| [EnumTable] | *Experimental*, creates a new type that stores an item of a specified type for each variant of the enum. |
5150

5251
# Contributing
5352

@@ -85,4 +84,3 @@ Strumming is also a very whimsical motion, much like writing Rust code.
8584
[FromRepr]: https://docs.rs/strum_macros/latest/strum_macros/derive.FromRepr.html
8685
[VariantArray]: https://docs.rs/strum_macros/latest/strum_macros/derive.VariantArray.html
8786
[VariantNames]: https://docs.rs/strum_macros/latest/strum_macros/derive.VariantNames.html
88-
[EnumTable]: https://docs.rs/strum_macros/latest/strum_macros/derive.EnumTable.html

0 commit comments

Comments
 (0)