diff options
author | Yigit Sever | 2021-04-15 13:10:18 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-15 13:10:18 +0300 |
commit | f86e4308398c52622ccb2fbc3851745cba01ddb9 (patch) | |
tree | a4bb4be4bb2316f90e126bc7eee39fa48201bf4f /src/lib.rs | |
parent | 68c568670ce2608153e0d5709b0a08b2418431b4 (diff) | |
download | gradecoin-f86e4308398c52622ccb2fbc3851745cba01ddb9.tar.gz gradecoin-f86e4308398c52622ccb2fbc3851745cba01ddb9.tar.bz2 gradecoin-f86e4308398c52622ccb2fbc3851745cba01ddb9.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; |