diff --git a/src/recorder/worker.rs b/src/recorder/worker.rs
index fd942ae0..b56be6d8 100644
--- a/src/recorder/worker.rs
+++ b/src/recorder/worker.rs
@@ -17,14 +17,14 @@ use std::cell::RefMut;
use std::fs;
use std::path::Path;
-// Safety: The directory name must start with "pgsql_tmp" to be excluded by pg_basebackup
+// The directory name must start with "pgsql_tmp" to be excluded by pg_basebackup
const RECORDER_DIR: &str = "pgsql_tmp_vchord_sampling";
const RECORDER_VERSION: u32 = 1;
static CONNECTION: PgRefCell