Skip to content

Commit f202e8b

Browse files
authored
Remove misleading comments
1 parent 750fc2f commit f202e8b

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)