mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-01 20:47:36 +00:00
7 lines
99 B
Rust
7 lines
99 B
Rust
![]() |
#![crate_name = "foo"]
|
||
|
|
||
|
// @has foo/index.html '//del' 'strike'
|
||
|
|
||
|
/// ~~strike~~
|
||
|
pub fn strike() {}
|