There was an error while loading. Please reload this page.
1 parent e6134ff commit 264935dCopy full SHA for 264935d
sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/rust/LibRsDef.java
@@ -76,6 +76,7 @@ void generate() throws IOException
76
{
77
try (Writer libRs = outputManager.createOutput("lib"))
78
79
+ indent(libRs, 0, "#![forbid(unsafe_code)]\n");
80
indent(libRs, 0, "#![allow(clippy::upper_case_acronyms)]\n");
81
indent(libRs, 0, "#![allow(non_camel_case_types)]\n");
82
indent(libRs, 0, "use core::{convert::TryInto};\n\n");
0 commit comments