Skip to content

Commit

Permalink
Update src/assign.rs
Browse files Browse the repository at this point in the history
Co-authored-by: André Mello <3285133+asmello@users.noreply.github.com>
  • Loading branch information
chanced and asmello authored Jun 21, 2024
1 parent 72adfa1 commit 1379710
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/assign.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ impl fmt::Display for AssignError {
}
}
}

#[cfg(feature = "std")]
impl std::error::Error for AssignError {
fn source(&self) -> Option<&(dyn std::error::Error + 'static)> {
Expand Down

0 comments on commit 1379710

Please sign in to comment.