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 750fc2f commit f202e8bCopy full SHA for f202e8b
vhdl_lang/src/syntax/tokens/tokenstream.rs
@@ -23,9 +23,7 @@ impl<'a> TokenStream<'a> {
23
/// ```vhdl
24
/// `identifier { any chars until newline }
25
/// ```
26
- /// Since what follows the identifier can be anything, this needs special handling.
27
- ///
28
- /// Returns the tokens that make up the tool directive for processing of the tool directive.
+ /// This needs special handling as the text that follows the identifier is arbitrary.
29
fn handle_tool_directive(
30
grave_accent: Token,
31
tokenizer: &mut Tokenizer,
0 commit comments