From 2bdb7f95729461c3fba2e0ae6595b636df4ccbe6 Mon Sep 17 00:00:00 2001 From: sneurlax Date: Fri, 11 Oct 2024 18:28:39 -0500 Subject: support loading lib from /lib or same dir as bin and resolve 2 clippy issues need to test on other platforms gestured-towards here in lib.rs --- impls/monero.rs/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'impls/monero.rs/build.rs') diff --git a/impls/monero.rs/build.rs b/impls/monero.rs/build.rs index 59e87d9..357028b 100644 --- a/impls/monero.rs/build.rs +++ b/impls/monero.rs/build.rs @@ -40,6 +40,6 @@ fn main() { .join("src") .join("bindings.rs"); bindings - .write_to_file(&out_path) + .write_to_file(out_path) .expect("Couldn't write bindings!"); } -- cgit v1.2.3