Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Warnings
  • Loading branch information
ascjones committed May 4, 2022
commit 30c4b8b1fbb5213369d34a75e7301be397c5cd7b
6 changes: 1 addition & 5 deletions src/cmd/extrinsics/transcode/transcoder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@ use super::{
PathKey,
TypesByPath,
},
scon::{
Hex,
Value,
},
scon::Value,
};

use anyhow::Result;
Expand All @@ -38,7 +35,6 @@ use scale_info::{
use std::{
collections::HashMap,
fmt::Debug,
str::FromStr,
};

/// Encode strings to SCALE encoded output.
Expand Down