Updated dependencies and removed some warnings from jsonwebtoken

This commit is contained in:
Daniel García
2018-06-01 15:34:26 +02:00
parent b0ee5f6570
commit b46e9c936d
4 changed files with 166 additions and 182 deletions

View File

@@ -3,6 +3,8 @@
//! Documentation: [stable](https://docs.rs/jsonwebtoken/)
#![recursion_limit = "300"]
#![deny(missing_docs)]
#![allow(unused_doc_comments)]
#![allow(renamed_and_removed_lints)]
#[macro_use]
extern crate error_chain;