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

Commit 19617cc

Browse files
authored
Merge pull request #1364 from hdelc/master
2 parents 50b3448 + efaeda7 commit 19617cc

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)