rust/crates/parser/test_data/lexer/ok/single_line_comments.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
120 B
Rust
Raw Normal View History

#!/usr/bin/env bash
// hello
//! World
//!! Inner line doc
/// Outer line doc
//// Just a comment
//
//!
//!!
///
////