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 42822cd commit 2990652Copy full SHA for 2990652
packages/rusty_chacha_dart/rust/build.rs
@@ -16,7 +16,7 @@ fn main() -> Result<()> {
16
include_guard: Some("EMBEDDED_RUSTY_CHACHA".into()),
17
..Default::default()
18
};
19
- cbindgen::generate_with_config(&crate_dir, config)
+ cbindgen::generate_with_config(crate_dir, config)
20
.unwrap()
21
.write_to_file("../../../target/EmbeddedRustyChacha.h");
22
0 commit comments