1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-30 16:34:26 +02:00
This commit is contained in:
Nikolay Kim
2019-06-05 08:43:13 +06:00
parent ae64475d98
commit a548b69679
4 changed files with 9 additions and 8 deletions

View File

@ -29,7 +29,7 @@ pub enum GuardType {
Connect,
Options,
Trace,
Patch
Patch,
}
impl fmt::Display for GuardType {