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 1ad692d commit 4fabc49Copy full SHA for 4fabc49
lib/binding_rust/lib.rs
@@ -342,7 +342,8 @@ impl Language {
342
FieldId::new(id)
343
}
344
345
- /// Get the next parse state. Combine this with [lookahead_iterator] to
+ /// Get the next parse state. Combine this with
346
+ /// [lookahead_iterator](Language::lookahead_iterator) to
347
/// generate completion suggestions or valid symbols in error nodes.
348
///
349
/// Example:
0 commit comments