Skip to content

Commit 83a54b4

Browse files
committed
Adjust type limit
Signed-off-by: Zahari Dichev <zaharidichev@gmail.com>
1 parent 8307876 commit 83a54b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linkerd/app/integration/tests/orig_proto.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![deny(warnings, rust_2018_idioms)]
2-
#![type_length_limit = "3361329"]
2+
#![type_length_limit = "16289823"]
33

44
use linkerd2_app_integration::*;
55

0 commit comments

Comments
 (0)