This commit is contained in:
OMGeeky
2023-06-01 21:01:30 +02:00
parent cdc1151177
commit f5705aa703
3 changed files with 18 additions and 19 deletions

View File

@@ -15,7 +15,6 @@ impl BackoffError {
}
}
// Generation of an error is completely separate from how it is displayed.
// There's no need to be concerned about cluttering complex logic with the display style.
//
@@ -39,5 +38,4 @@ impl std::error::Error for BackoffError {
fn description(&self) -> &str {
self.message.as_str()
}
}
}