can now convert builtin calls to markup

This commit is contained in:
Anton-4 2021-10-26 16:43:03 +02:00
parent c322d11e2a
commit 45df20cb17
4 changed files with 20 additions and 13 deletions

View file

@ -4,7 +4,7 @@ use std::fmt;
/// This could be uppercase or lowercase, qualified or unqualified.
#[derive(Clone, Debug, PartialEq, Eq, Hash, PartialOrd, Ord)]
pub struct Ident(pub IdentStr); // Is IdentStr allowed to be pub?
pub struct Ident(pub IdentStr);
impl Ident {
pub fn as_inline_str(&self) -> &IdentStr {