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.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/vendor/gix-tempfile/src/signal.rs b/vendor/gix-tempfile/src/signal.rs
index 3e0e7729c..79d9229ec 100644
--- a/vendor/gix-tempfile/src/signal.rs
+++ b/vendor/gix-tempfile/src/signal.rs
@@ -1,6 +1,7 @@
-use crate::REGISTRY;
use once_cell::sync::Lazy;
+use crate::REGISTRY;
+
/// Initialize signal handlers and other state to keep track of tempfiles, and **must be called before the first tempfile is created**,
/// allowing to set the `mode` in which signal handlers are installed.
///