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 {
410410}
411411
412412macro_rules! impl_deserialize_saturating_num {
413- ( $primitive: ident, $deserialize: ident ) => {
413+ ( $primitive: ident, $deserialize: ident) => {
414414 #[ cfg( not( no_core_num_saturating) ) ]
415415 impl <' de> Deserialize <' de> for Saturating <$primitive> {
416416 #[ inline]
@@ -424,7 +424,7 @@ macro_rules! impl_deserialize_saturating_num {
424424 type Value = Saturating <$primitive>;
425425
426426 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" )
428428 }
429429
430430 visit_saturating!( $primitive, u8 : visit_u8) ;
You can’t perform that action at this time.
0 commit comments