We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfce7af commit 2145becCopy full SHA for 2145bec
1 file changed
examples/mutex.rs
@@ -48,9 +48,7 @@ fn increment_value(shmem_flink: &str, thread_num: usize) {
48
Ok(m) => m,
49
Err(ShmemError::LinkExists) => ShmemConf::new().flink(shmem_flink).open().unwrap(),
50
Err(e) => {
51
- eprintln!(
52
- "Unable to create or open shmem flink {shmem_flink} : {e}"
53
- );
+ eprintln!("Unable to create or open shmem flink {shmem_flink} : {e}");
54
return;
55
}
56
};
0 commit comments