diff --git a/lets/src/error.rs b/lets/src/error.rs index 317db7d5..a5ee539c 100644 --- a/lets/src/error.rs +++ b/lets/src/error.rs @@ -166,4 +166,4 @@ impl From for Error { extern crate std; #[cfg(feature = "std")] -impl std::error::Error for Error {} \ No newline at end of file +impl std::error::Error for Error {} diff --git a/streams/src/error.rs b/streams/src/error.rs index 0ad93238..e79a4e06 100644 --- a/streams/src/error.rs +++ b/streams/src/error.rs @@ -121,4 +121,4 @@ impl From for Error { extern crate std; #[cfg(feature = "std")] -impl std::error::Error for Error {} \ No newline at end of file +impl std::error::Error for Error {}