Ident
should not be escaped for InfoStructure
impl (#4280)
This commit is contained in:
parent
08611ac00c
commit
735994549a
1 changed files with 1 additions and 1 deletions
|
@ -62,6 +62,6 @@ impl Display for Ident {
|
|||
|
||||
impl InfoStructure for Ident {
|
||||
fn structure(self) -> Value {
|
||||
self.to_string().into()
|
||||
self.to_raw().into()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue