Skip to content

Commit 3de6d39

Browse files
committed
Merge remote-tracking branch 'upstream/179-tool-directives' into 179-tool-directives
2 parents e10c8fe + f202e8b commit 3de6d39

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

vhdl_lang/src/syntax/tokens/tokenstream.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ impl<'a> TokenStream<'a> {
2323
/// ```vhdl
2424
/// `identifier { any chars until newline }
2525
/// ```
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.
26+
/// This needs special handling as the text that follows the identifier is arbitrary.
2927
fn handle_tool_directive(
3028
grave_accent: Token,
3129
tokenizer: &mut Tokenizer,

0 commit comments

Comments
 (0)