update jsonrpsee to fix a allow(dead_code) (#8302)

This commit is contained in:
Niklas Adolfsson
2021-03-09 14:42:53 +01:00
committed by GitHub
parent a49210693b
commit 0dc9750026
3 changed files with 6 additions and 9 deletions
@@ -101,9 +101,6 @@
//! }
//! ```
// jsonrpsee_proc_macros generates faulty warnings: https://github.com/paritytech/jsonrpsee/issues/106
#![allow(dead_code)]
use std::{
fs,
path::{Path, PathBuf},