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:
parent
8324159bc4
commit
238385a87f
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue