Skip to content

Commit 70f0916

Browse files
committed
AssetState doesn't need Hash trait either now
1 parent 77c246d commit 70f0916

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/asset.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pub struct AssetID(u32);
4545
/// `commission_future` or `commission_candidate` respectively.
4646
///
4747
/// `Commissioned` assets can be decommissioned by calling `decommission`.
48-
#[derive(Clone, Debug, Hash, PartialEq, strum::Display)]
48+
#[derive(Clone, Debug, PartialEq, strum::Display)]
4949
pub enum AssetState {
5050
/// The asset has been commissioned
5151
Commissioned {

0 commit comments

Comments
 (0)