fix tests on rustc 1.34

This commit is contained in:
Trevor Spiteri 2019-08-18 01:14:35 +02:00
parent cba3907e37
commit 995fe63f8a
1 changed files with 1 additions and 1 deletions

View File

@ -1559,7 +1559,7 @@ mod tests {
.collect();
let zero = String::from("0.") + eps_frac;
let gt_0 = String::from(&zero) + "000001";
let gt_0 = String::from(&*zero) + "000001";
let max = String::from(max_int) + &eps_frac_compl + "999999";
let over = String::from(max_int) + without_last(&eps_frac_compl) + "5";
Fractions {