Skip to content

Commit 8a913d9

Browse files
authored
insta: Compile with opt-level = 3 (#9978)
see https://insta.rs/docs/quickstart/#optional-faster-runs
1 parent c95d411 commit 8a913d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ todo = "warn"
2929
[lints]
3030
workspace = true
3131

32+
[profile.dev.package]
33+
insta.opt-level = 3
34+
similar.opt-level = 3
35+
3236
[profile.release]
3337
opt-level = 2
3438

0 commit comments

Comments
 (0)