Commit 6738ddd
committed
refactor(manifest): Remove unused 'profile.debug' suggestion
Instead we get
```
error: profile name `debug` is reserved
To configure the default development profile, use the name `dev` as in [profile.dev]
See https://doc.rust-lang.org/cargo/reference/profiles.html for more on configuring profiles.
--> Cargo.toml:15:25
|
15 | [profile.debug]
| ^^^^^
```1 parent a18393a commit 6738ddd
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2889 | 2889 | | |
2890 | 2890 | | |
2891 | 2891 | | |
2892 | | - | |
2893 | | - | |
2894 | | - | |
2895 | 2892 | | |
2896 | 2893 | | |
2897 | 2894 | | |
| |||
0 commit comments