File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -410,7 +410,7 @@ macro_rules! visit_saturating {
410
410
}
411
411
412
412
macro_rules! impl_deserialize_saturating_num {
413
- ( $primitive: ident, $deserialize: ident ) => {
413
+ ( $primitive: ident, $deserialize: ident) => {
414
414
#[ cfg( not( no_core_num_saturating) ) ]
415
415
impl <' de> Deserialize <' de> for Saturating <$primitive> {
416
416
#[ inline]
@@ -424,7 +424,7 @@ macro_rules! impl_deserialize_saturating_num {
424
424
type Value = Saturating <$primitive>;
425
425
426
426
fn expecting( & self , formatter: & mut fmt:: Formatter ) -> fmt:: Result {
427
- formatter. write_str( "An integer with support for saturating semantics" )
427
+ formatter. write_str( "integer with support for saturating semantics" )
428
428
}
429
429
430
430
visit_saturating!( $primitive, u8 : visit_u8) ;
You can’t perform that action at this time.
0 commit comments