kakoune/test/highlight/rust/inner_line_doc_comment1/in

14 lines
239 B
Plaintext
Raw Normal View History

2020-06-20 05:44:00 +02:00
/// ```shell
/// $ cargo install
/// ```
///
/// ```edition2018,no_run
/// # use foo;
/// foo::bar("Hello world");
/// ```
///
/// ```
/// # use foo;
/// foo::bar("Hello world");
/// ```