Fix warning

This commit is contained in:
Michael Neumann 2015-10-30 10:27:06 +01:00
parent 4ee267acc5
commit 188dc61817

View File

@ -1,5 +1,5 @@
#![cfg_attr(test, feature(test))]
#![feature(zero_one)] #![feature(zero_one)]
#![feature(test)]
/// Kuhn-Munkres Algorithm (also called Hungarian algorithm) for solving the /// Kuhn-Munkres Algorithm (also called Hungarian algorithm) for solving the
/// Assignment Problem. /// Assignment Problem.