Work around deprecation of str::trim_left_matches

This commit is contained in:
David Tolnay
2018-12-27 15:20:32 -05:00
parent 5c24f0f0f3
commit c6c1d8fa86
5 changed files with 41 additions and 38 deletions
+1
View File
@@ -69,6 +69,7 @@ mod bound;
mod fragment;
mod de;
mod dummy;
mod pretend;
mod ser;
mod try;