We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6af75ba commit 8227d8bCopy full SHA for 8227d8b
1 file changed
Cargo.toml
@@ -119,13 +119,6 @@ tokio-util = "0.7.15"
119
too_many_arguments = "allow"
120
type_complexity = "allow"
121
122
-# Incremental compilation on Rust 1.58 causes an ICE on build. As soon as graph node builds again, these can be removed.
123
-[profile.test]
124
-incremental = false
125
-
126
-[profile.dev]
127
128
129
[profile.release]
130
opt-level = 's'
131
strip = "debuginfo"
0 commit comments