General code fixups.
This commit is contained in:
@@ -564,7 +564,8 @@ impl Hash for Dynamic {
|
||||
}
|
||||
}
|
||||
|
||||
_ => unimplemented!("{} cannot be hashed", self.type_name()),
|
||||
#[cfg(not(feature = "no_std"))]
|
||||
Union::TimeStamp(_, _, _) => unimplemented!("{} cannot be hashed", self.type_name()),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user