checkpoint; builds again
This commit is contained in:
@@ -8,7 +8,9 @@ pub struct PrettySymbol {
|
||||
|
||||
impl<'a> From<&'a ArcIntern<String>> for PrettySymbol {
|
||||
fn from(value: &'a ArcIntern<String>) -> Self {
|
||||
PrettySymbol { name: value.clone() }
|
||||
PrettySymbol {
|
||||
name: value.clone(),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user