1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-02-22 20:52:27 +00:00

fix import error

This commit is contained in:
Dominic 2020-04-19 22:27:34 +02:00
parent 1e607bbcc9
commit 8834f3f64b
Signed by: msrd0
GPG key ID: DCC8C247452E98F9

View file

@ -71,7 +71,7 @@ This trait will help the auth middleware to determine the validity of an authent
A very basic implementation could look like this:
```
# use gotham_restful::{export::State, AuthHandler};
# use gotham_restful::{AuthHandler, State};
#
const SECRET : &'static [u8; 32] = b"zlBsA2QXnkmpe0QTh8uCvtAEa4j33YAc";