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.
2 parents e10c8fe + f202e8b commit 3de6d39Copy full SHA for 3de6d39
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