Sign in
rust
/
rustfmt
/
refs/heads/format_markdown_files_from_scratch
/
.
/
tests
/
target
/
issue-977.rs
blob: 3784a3874503bb50aa6c714b7705802c6e4bf585 [
file
] [
log
] [
blame
]
// rustfmt-normalize_comments: true
trait
NameC
{
// comment
}
struct
FooC
{
// comment
}
enum
MooC
{
// comment
}
mod
BarC
{
// comment
}
extern
"C"
{
// comment
}