mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-19 17:31:44 +03:00
9 lines
141 B
Plaintext
9 lines
141 B
Plaintext
// make sure the color does not break
|
|
/// ```
|
|
/// # use foo;
|
|
/// foo::bar("Hello world");
|
|
/// ```
|
|
fn bar(s: &str) {
|
|
println!("{}", s);
|
|
}
|