Merge branch 'master' of https://github.com/connorskees/grass
This commit is contained in:
commit
0d52a1926e
@ -50,6 +50,6 @@ impl InternedString {
|
||||
|
||||
impl Display for InternedString {
|
||||
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
||||
write!(f, "{}", self.resolve())
|
||||
STRINGS.with(|interner| write!(f, "{}", interner.borrow().resolve(&self.0)))
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user