Skip to content

Commit 440c233

Browse files
authored
Merge pull request #153 from kdnakt/translate-testcase_list
Remove deleted lines in testcase_list.md
2 parents 07dfaa0 + 67333ae commit 440c233

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/hello/print/print_display/testcase_list.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,6 @@ Using `?` on `write!` looks like this:
2323
write!(f, "{}", value)?;
2424
```
2525

26-
Alternatively, you can also use the `try!` macro, which works the same way.
27-
This is a bit more verbose and no longer recommended, but you may still see it in
28-
older Rust code. Using `try!` looks like this:
29-
30-
```rust,ignore
31-
try!(write!(f, "{}", value));
32-
```
33-
3426
<!--
3527
With `?` available, implementing `fmt::Display` for a `Vec` is
3628
straightforward:

0 commit comments

Comments
 (0)