Allow unused variables here

As the methods!() macro seems to introduce an unused variable "itself"
for rustc 1.13 ... not sure whether this is valid or not.
This commit is contained in:
Matthias Beyer 2017-01-20 10:02:17 +01:00
parent 8324159bc4
commit 238385a87f

View file

@ -17,6 +17,7 @@
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
// //
#[allow(unused_variables)]
pub mod storeid { pub mod storeid {
use std::path::PathBuf; use std::path::PathBuf;
@ -139,3 +140,4 @@ pub mod storeid {
} }
} }