We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0d87a9 commit 58fb0f5Copy full SHA for 58fb0f5
1 file changed
sdks/rust/src/db_connection.rs
@@ -819,7 +819,7 @@ pub(crate) fn debug_log(
819
body: impl FnOnce(&mut File) -> std::result::Result<(), std::io::Error>,
820
) {
821
if let Some(file) = extra_logging {
822
- body(&mut *file.lock().expect("`extra_logging` file Mutex is poisoned")).expect("Writing debug log failed")
+ body(&mut file.lock().expect("`extra_logging` file Mutex is poisoned")).expect("Writing debug log failed")
823
}
824
825
0 commit comments