Deny unused crate dependencies (#549)

* subxt unused crate deps

* Deny unused dependencies
This commit is contained in:
Andrew Jones
2022-05-26 14:12:21 +01:00
committed by GitHub
parent 962ca61647
commit ec23283d75
8 changed files with 9 additions and 8 deletions
+2
View File
@@ -14,6 +14,8 @@
// You should have received a copy of the GNU General Public License
// along with subxt. If not, see <http://www.gnu.org/licenses/>.
#![deny(unused_crate_dependencies)]
use color_eyre::eyre::{
self,
WrapErr,