diff options
| author | mo8it <mo8it@proton.me> | 2024-07-08 16:00:12 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-07-08 16:00:12 +0200 |
| commit | 69021e1497f62d52fd2b41d5e5b71ca46b76d7c0 (patch) | |
| tree | 6b908e0e1ae7bd06905adb005e86fe48c287073e /exercises/12_options | |
| parent | 08c408aae042509526e8cc1f175e7a010836f53d (diff) | |
Remove stable from book links
Diffstat (limited to 'exercises/12_options')
| -rw-r--r-- | exercises/12_options/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/12_options/README.md b/exercises/12_options/README.md index bdd3374..624572a 100644 --- a/exercises/12_options/README.md +++ b/exercises/12_options/README.md @@ -14,7 +14,7 @@ Option types are very common in Rust code, as they have a number of uses: ## Further Information -- [Option Enum Format](https://doc.rust-lang.org/stable/book/ch10-01-syntax.html#in-enum-definitions) +- [Option Enum Format](https://doc.rust-lang.org/book/ch10-01-syntax.html#in-enum-definitions) - [Option Module Documentation](https://doc.rust-lang.org/std/option/) - [Option Enum Documentation](https://doc.rust-lang.org/std/option/enum.Option.html) - [if let](https://doc.rust-lang.org/rust-by-example/flow_control/if_let.html) |
