We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5685c13 commit 1a81155Copy full SHA for 1a81155
1 file changed
plantuml/parser/puml_serializer/src/fbs/BUILD
@@ -37,6 +37,7 @@ rust_library(
37
"--allow=clippy::extra-unused-lifetimes",
38
"--allow=clippy::missing-safety-doc",
39
"--allow=clippy::needless-lifetimes",
40
+ "--allow=mismatched_lifetime_syntaxes",
41
],
42
visibility = [
43
"//visibility:public",
@@ -69,6 +70,7 @@ rust_library(
69
70
71
72
73
74
75
76
"//plantuml/parser:__subpackages__",
0 commit comments