forked from AbleOS/ableos_userland
update
This commit is contained in:
parent
56c847df6c
commit
94b744b194
|
@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue