1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

delete db/r2d2 example

This commit is contained in:
Rob Ede
2022-02-06 08:25:38 +00:00
parent a4d43c0ff8
commit da60a30fd9
22 changed files with 29 additions and 123 deletions

View File

@ -42,7 +42,7 @@ impl Distribution<CustomError> for Standard {
}
}
/// Actix web uses `ResponseError` for conversion of errors to a response
/// Actix Web uses `ResponseError` for conversion of errors to a response
impl ResponseError for CustomError {
fn error_response(&self) -> HttpResponse {
match self {