This commit is contained in:
Moritz Warning 2018-09-26 09:24:52 +00:00 committed by GitHub
commit ae379ce779
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -244,6 +244,7 @@ macro_rules! FROM_STR {
}; };
} }
FROM_STR!(bool);
FROM_STR!(u8); FROM_STR!(u8);
FROM_STR!(u16); FROM_STR!(u16);
FROM_STR!(u32); FROM_STR!(u32);