Skip to content

Commit 3036472

Browse files
authored
remove unneeded panic flag
1 parent c828e81 commit 3036472

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

book/src/tutorial/app.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,11 @@ cargo add log
2020
cargo add uefi --features logger panic_handler
2121
```
2222

23-
Also you have to add
24-
```toml
25-
[profile.dev]
26-
panic="abort"
27-
```
2823
to your `Cargo.toml`. The resulting `Cargo.toml` should look like that:
2924
```toml
3025
[dependencies]
3126
log = "0.4.21"
3227
uefi = { version = "0.28.0", features = [ "panic_handler", "logger" ] }
33-
34-
[profile.dev]
35-
panic="abort"
3628
```
3729

3830
Replace the contents of `src/main.rs` with this:

0 commit comments

Comments
 (0)