Skip to content

Commit

Permalink
Update src/idioms/dtor-finally.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoieni authored Sep 1, 2024
1 parent 721f8e6 commit 259e389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/idioms/dtor-finally.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ be used to run code that must be run before exit.

```rust,ignore
fn baz() -> Result<(), ()> {
// some code
// some code
}
fn bar() -> Result<(), ()> {
Expand Down

0 comments on commit 259e389

Please sign in to comment.