You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: Guard testing functions properly
We have a bunch of functions that in their doc comments say that they are
for testing purposes only. This commit adds guards to those functions
to make sure they are not used in production code.
* More
Copy file name to clipboardExpand all lines: neqo-common/Cargo.toml
+1
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ regex = { workspace = true }
37
37
bench = ["test-fixture/bench"]
38
38
build-fuzzing-corpus = ["hex"]
39
39
ci = []
40
+
test-fixture = []
40
41
41
42
[lib]
42
43
# See https://github.com/bheisler/criterion.rs/blob/master/book/src/faq.md#cargo-bench-gives-unrecognized-option-errors-for-valid-command-line-options
0 commit comments