CodeQL library for Rust
codeql/rust-all 0.2.7 (changelog, source)
Search

Module Comment

This module provides the public class Comment.

Import path

import codeql.rust.elements.Comment

Imports

AstNode

This module provides the public class AstNode.

Token

This module provides the public class Token.

Aliases

Comment

A comment. For example: rust // this is a comment /// This is a doc comment