mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 11:59:49 +00:00
12 lines
120 B
Bash
12 lines
120 B
Bash
#!/usr/bin/env bash
|
|
// hello
|
|
//! World
|
|
//!! Inner line doc
|
|
/// Outer line doc
|
|
//// Just a comment
|
|
|
|
//
|
|
//!
|
|
//!!
|
|
///
|
|
////
|