feat(value): less clone
This commit is contained in:
@@ -3,7 +3,7 @@ use std::fmt::{Display, Formatter, Result as FmtResult};
|
||||
use derive_more::Constructor;
|
||||
|
||||
|
||||
#[derive(Clone, Debug, PartialEq, Constructor)]
|
||||
#[derive(Clone, Debug, PartialEq, Constructor, Hash)]
|
||||
pub struct Catchable {
|
||||
msg: String,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user