We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb42402 commit 041a8e6Copy full SHA for 041a8e6
1 file changed
shared/yeast/doc/yeast.md
@@ -320,7 +320,7 @@ yeast::rule!(
320
=>
321
{
322
// raw_lhs is untranslated: read its original source text.
323
- let text = ctx.ast.source_text(raw_lhs.into());
+ let text = ctx.ast.source_text(raw_lhs);
324
// rhs is already translated by the auto-translate prefix.
325
tree!((call
326
method: (identifier #{text.as_str()})
0 commit comments