From b8a4f12121050009dbe7404225363277558dda45 Mon Sep 17 00:00:00 2001 From: Geoff Martin Date: Tue, 15 Oct 2024 11:33:50 +0100 Subject: [PATCH] Addressing clippy issue. --- build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.rs b/build.rs index 963a272..ead5874 100644 --- a/build.rs +++ b/build.rs @@ -157,7 +157,7 @@ fn main() { #[cfg(all(target_os = "linux", not(feature = "iceoryx")))] { // Prefix = cyclors__ - prefix = env::var("CARGO_PKG_VERSION").unwrap().replace(".", "_"); + prefix = env::var("CARGO_PKG_VERSION").unwrap().replace('.', "_"); prefix.insert_str(0, "cyclors_"); prefix.push('_');