remove comments that were tripping up pretty printer
This commit is contained in:
parent
744f666445
commit
2414222b17
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ use std::borrow::Cow;
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let _ = if false {
|
let _ = if false {
|
||||||
Cow::Owned(format!("{:?}", panic!())) /* as Cow<str> */ // uncomment to fix
|
Cow::Owned(format!("{:?}", panic!()))
|
||||||
} else {
|
} else {
|
||||||
Cow::Borrowed("")
|
Cow::Borrowed("")
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue