Remove stable from book links

This commit is contained in:
mo8it
2024-07-08 16:00:12 +02:00
parent 08c408aae0
commit 69021e1497
5 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -7,5 +7,5 @@ The simplest and most common use of generics is for type parameters.
## Further information
- [Generic Data Types](https://doc.rust-lang.org/stable/book/ch10-01-syntax.html)
- [Generic Data Types](https://doc.rust-lang.org/book/ch10-01-syntax.html)
- [Bounds](https://doc.rust-lang.org/rust-by-example/generics/bounds.html)