mirror of
https://github.com/actix/actix-web.git
synced 2025-03-09 04:51:11 +00:00
fix errhandlers doc string
This commit is contained in:
parent
913155d34c
commit
c1e8d8363c
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
/// Custom handlers service for responses.
|
||||
//! Custom handlers service for responses.
|
||||
use std::rc::Rc;
|
||||
|
||||
use actix_service::{Service, Transform};
|
||||
|
|
Loading…
Reference in a new issue