1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-10-02 16:22:03 +00:00

fix errhandlers doc string

This commit is contained in:
Nikolay Kim 2019-03-24 11:49:26 -07:00
parent 913155d34c
commit c1e8d8363c

View file

@ -1,4 +1,4 @@
/// Custom handlers service for responses.
//! Custom handlers service for responses.
use std::rc::Rc;
use actix_service::{Service, Transform};