File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1352,7 +1352,6 @@ impl f128 {
13521352 #[ unstable( feature = "clamp_to" , issue = "147781" ) ]
13531353 pub fn clamp_to < R > ( self , range : R ) -> Self
13541354 where
1355- Self : Sized ,
13561355 R : crate :: cmp:: ClampBounds < Self > ,
13571356 {
13581357 range. clamp ( self )
Original file line number Diff line number Diff line change @@ -1330,7 +1330,6 @@ impl f16 {
13301330 #[ unstable( feature = "clamp_to" , issue = "147781" ) ]
13311331 pub fn clamp_to < R > ( self , range : R ) -> Self
13321332 where
1333- Self : Sized ,
13341333 R : crate :: cmp:: ClampBounds < Self > ,
13351334 {
13361335 range. clamp ( self )
Original file line number Diff line number Diff line change @@ -1504,7 +1504,6 @@ impl f32 {
15041504 #[ unstable( feature = "clamp_to" , issue = "147781" ) ]
15051505 pub fn clamp_to < R > ( self , range : R ) -> Self
15061506 where
1507- Self : Sized ,
15081507 R : crate :: cmp:: ClampBounds < Self > ,
15091508 {
15101509 range. clamp ( self )
Original file line number Diff line number Diff line change @@ -1502,7 +1502,6 @@ impl f64 {
15021502 #[ unstable( feature = "clamp_to" , issue = "147781" ) ]
15031503 pub fn clamp_to < R > ( self , range : R ) -> Self
15041504 where
1505- Self : Sized ,
15061505 R : crate :: cmp:: ClampBounds < Self > ,
15071506 {
15081507 range. clamp ( self )
You can’t perform that action at this time.
0 commit comments