summaryrefslogtreecommitdiffstats
path: root/src/test_helpers/with_temp_bare_repository.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test_helpers/with_temp_bare_repository.rs')
-rw-r--r--src/test_helpers/with_temp_bare_repository.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test_helpers/with_temp_bare_repository.rs b/src/test_helpers/with_temp_bare_repository.rs
index b84bc60..27ecf8a 100644
--- a/src/test_helpers/with_temp_bare_repository.rs
+++ b/src/test_helpers/with_temp_bare_repository.rs
@@ -8,7 +8,6 @@ use crate::{
/// # Panics
///
/// If the repository cannot be created for any reason, this function will panic.
-#[allow(clippy::panic)]
pub(crate) fn with_temp_bare_repository<F>(callback: F)
where F: FnOnce(Repository) {
with_temporary_path(|path| {