Skip to content

Commit 2414222

Browse files
committed
remove comments that were tripping up pretty printer
1 parent 744f666 commit 2414222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-pass/issue-39808.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ use std::borrow::Cow;
1919

2020
fn main() {
2121
let _ = if false {
22-
Cow::Owned(format!("{:?}", panic!())) /* as Cow<str> */ // uncomment to fix
22+
Cow::Owned(format!("{:?}", panic!()))
2323
} else {
2424
Cow::Borrowed("")
2525
};

0 commit comments

Comments
 (0)