Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit efaeda7

Browse files
committed
Replace duplicate of 99777-2
1 parent 50b3448 commit efaeda7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ices/99777-1.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
pub fn test() {
2-
#[doc(alias = "test")]
3-
let num_flags = 0;
2+
#[doc(alias = "test")]
3+
{
4+
println!("Hello, world!");
5+
}
46
}

0 commit comments

Comments
 (0)