remove comments that were tripping up pretty printer
This commit is contained in:
parent
744f666445
commit
2414222b17
@ -19,7 +19,7 @@ use std::borrow::Cow;
|
||||
|
||||
fn main() {
|
||||
let _ = if false {
|
||||
Cow::Owned(format!("{:?}", panic!())) /* as Cow<str> */ // uncomment to fix
|
||||
Cow::Owned(format!("{:?}", panic!()))
|
||||
} else {
|
||||
Cow::Borrowed("")
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user