We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e0c68 commit a597fb0Copy full SHA for a597fb0
nobodywho/flutter/rust/build.rs
@@ -10,7 +10,9 @@ fn main() {
10
}
11
12
if std::env::var("NOBODYWHO_SKIP_CODEGEN").is_ok() {
13
- println!("cargo:warning=Skipping codegen due to NOBODYWHO_SKIP_CODEGEN environment variable");
+ println!(
14
+ "cargo:warning=Skipping codegen due to NOBODYWHO_SKIP_CODEGEN environment variable"
15
+ );
16
return;
17
18
0 commit comments