Skip to content

Commit 2e205b9

Browse files
jmj0502ytmimi
authored andcommitted
Removing unnecesary comment.
1 parent 2b84b39 commit 2e205b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/items.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,6 @@ pub(crate) fn format_trait(
10841084
let item_snippet = context.snippet(item.span);
10851085
if let Some(lo) = item_snippet.find('/') {
10861086
// 1 = `{`
1087-
//let comment_hi = body_lo - BytePos(1);
10881087
let comment_hi = if generics.params.len() > 0 {
10891088
generics.span.lo() - BytePos(5)
10901089
} else {

0 commit comments

Comments
 (0)