diff options
author | Yigit Sever | 2021-04-15 13:10:18 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-15 13:10:18 +0300 |
commit | 57d833094c4e5f54d2a8ad8816595eea7ddc21de (patch) | |
tree | ab8b15cfc199b406499239256b78fb0861322a24 /src/lib.rs | |
parent | 82f8e6877a57316860a9468f523decaae9f7529b (diff) | |
download | gradecoin-57d833094c4e5f54d2a8ad8816595eea7ddc21de.tar.gz gradecoin-57d833094c4e5f54d2a8ad8816595eea7ddc21de.tar.bz2 gradecoin-57d833094c4e5f54d2a8ad8816595eea7ddc21de.zip |
Remove unused code
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -22,7 +22,6 @@ | |||
22 | //! `Authorization`: The request header should have Bearer JWT.Token signed with Student Public Key | 22 | //! `Authorization`: The request header should have Bearer JWT.Token signed with Student Public Key |
23 | 23 | ||
24 | pub mod custom_filters; | 24 | pub mod custom_filters; |
25 | pub mod error; | ||
26 | pub mod handlers; | 25 | pub mod handlers; |
27 | pub mod routes; | 26 | pub mod routes; |
28 | pub mod schema; | 27 | pub mod schema; |