master
Able 2023-05-03 03:42:30 -05:00
parent c0c3143e98
commit fb6020217d
1 changed files with 1 additions and 1 deletions

View File

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