Convert regular comments to documentation comments.

This commit is contained in:
Dan Gohman
2018-03-28 16:22:05 -07:00
parent 68b2040ba2
commit 4af95e37a6
13 changed files with 107 additions and 107 deletions

View File

@@ -76,7 +76,7 @@ impl SubTest for TestCompile {
}
}
// Code sink that simply counts bytes.
/// Code sink that simply counts bytes.
struct SizeSink {
offset: binemit::CodeOffset,
}