You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-08-09 00:36:37 +02:00
fix typo in deriving-error-enums.md
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
# Deriving Error Enums
|
# Deriving Error Enums
|
||||||
|
|
||||||
The [thiserror](https://docs.rs/thiserror/) crate is a popular way to crate an
|
The [thiserror](https://docs.rs/thiserror/) crate is a popular way to create an
|
||||||
error enum like we did on the previous page:
|
error enum like we did on the previous page:
|
||||||
|
|
||||||
```rust,editable,compile_fail
|
```rust,editable,compile_fail
|
||||||
|
Reference in New Issue
Block a user