diff --git a/imag-ruby/src/store.rs b/imag-ruby/src/store.rs index 04e24bfe..480c21da 100644 --- a/imag-ruby/src/store.rs +++ b/imag-ruby/src/store.rs @@ -17,6 +17,7 @@ // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA // +#[allow(unused_variables)] pub mod storeid { use std::path::PathBuf; @@ -139,3 +140,4 @@ pub mod storeid { } } +