wright::lexer::comments

Constant SINGLE_LINE_COMMENT_PREFIX

Source
pub const SINGLE_LINE_COMMENT_PREFIX: &str = "//";
Available on crate feature lexer only.
Expand description

The pattern that begins any single line comments (including doc comments).