There was an error while loading. Please reload this page.
1 parent 183e083 commit 9ccf9acCopy full SHA for 9ccf9ac
1 file changed
src/parser/mod.rs
@@ -21247,6 +21247,7 @@ impl Word {
21247
/// Use this method when you need to keep the original `Word` around.
21248
/// If you can consume the `Word`, prefer [`into_ident`](Self::into_ident) instead
21249
/// to avoid cloning.
21250
+ #[inline]
21251
pub fn to_ident(&self, span: Span) -> Ident {
21252
Ident {
21253
value: self.value.clone(),
0 commit comments