diff --git a/src/volume/mod.rs b/src/volume/mod.rs index 78becd6..3b934d5 100644 --- a/src/volume/mod.rs +++ b/src/volume/mod.rs @@ -7,7 +7,7 @@ use crate::commands::MerlinError; // an enum representing the states of a volume buffer -pub enum VolumeState { +enum VolumeState { // the volume is a file, with a path File(String),