aboutsummaryrefslogtreecommitdiff
path: root/src/linux/fallocate.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/linux/fallocate.rs')
-rw-r--r--src/linux/fallocate.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/linux/fallocate.rs b/src/linux/fallocate.rs
index e3a7fed..904bff2 100644
--- a/src/linux/fallocate.rs
+++ b/src/linux/fallocate.rs
@@ -14,6 +14,7 @@ use crate::errno::{errno_result, Error, Result};
/// Operation to be performed on a given range when calling [`fallocate`]
///
/// [`fallocate`]: fn.fallocate.html
+#[derive(Debug)]
pub enum FallocateMode {
/// Deallocating file space.
PunchHole,