Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Brord van Wierst authored and kwek20 committed Oct 31, 2022
1 parent f681713 commit deb3f2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lets/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,4 @@ impl From<reqwest::Error> for Error {
extern crate std;

#[cfg(feature = "std")]
impl std::error::Error for Error {}
impl std::error::Error for Error {}
2 changes: 1 addition & 1 deletion streams/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,4 @@ impl From<anyhow::Error> for Error {
extern crate std;

#[cfg(feature = "std")]
impl std::error::Error for Error {}
impl std::error::Error for Error {}

0 comments on commit deb3f2d

Please sign in to comment.