Skip to content

Commit

Permalink
derives --> implements Error trait
Browse files Browse the repository at this point in the history
  • Loading branch information
JSorngard committed May 8, 2024
1 parent 51ee94a commit cecccfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ and more!

## Features

`std`: derives the `Error` trait for the error types.
`std`: implements the `Error` trait for the error types.

## License

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
//!
//! # Features
//!
//! `std`: derives the [`Error`](std::error::Error) trait for the error types.
//! `std`: implements the [`Error`](std::error::Error) trait for the error types.
#![forbid(unsafe_code)]
#![cfg_attr(all(not(test), not(feature = "std")), no_std)]
Expand Down

0 comments on commit cecccfa

Please sign in to comment.