summaryrefslogtreecommitdiffstats
path: root/vendor/gix-tempfile/src/signal.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gix-tempfile/src/signal.rs')
-rw-r--r--vendor/gix-tempfile/src/signal.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/gix-tempfile/src/signal.rs b/vendor/gix-tempfile/src/signal.rs
index 79d9229ec..d7c0f8368 100644
--- a/vendor/gix-tempfile/src/signal.rs
+++ b/vendor/gix-tempfile/src/signal.rs
@@ -8,7 +8,7 @@ use crate::REGISTRY;
/// Only has an effect the first time it is called.
///
/// Note that it is possible to not call this function and instead call
-/// [registry::cleanup_tempfiles_signal_safe()][crate::registry::cleanup_tempfiles_signal_safe()]
+/// [`registry::cleanup_tempfiles_signal_safe()`][crate::registry::cleanup_tempfiles_signal_safe()]
/// from a signal handler under the application's control.
pub fn setup(mode: handler::Mode) {
handler::MODE.store(mode as usize, std::sync::atomic::Ordering::SeqCst);