This commit is contained in:
Able 2023-05-03 03:42:30 -05:00
parent 56c847df6c
commit 94b744b194

View file

@ -24,7 +24,7 @@ impl fmt::Display for Attribute {
} }
impl Attribute { impl Attribute {
fn to_string(&self) -> String { pub fn to_string(&self) -> String {
format!("{:?}={:?}", self.name, self.value) format!("{:?}={:?}", self.name, self.value)
} }
} }