Remove Debug constraint form Angle
This commit is contained in:
parent
a49462426b
commit
5b9eeb15a0
1 changed files with 0 additions and 1 deletions
|
@ -60,7 +60,6 @@ pub trait Angle where
|
|||
Self: PartialEq + PartialOrd,
|
||||
// FIXME: Ugly type signatures - blocked by rust-lang/rust#24092
|
||||
Self: ApproxEq<Epsilon = <Self as Angle>::Unitless>,
|
||||
Self: fmt::Debug,
|
||||
|
||||
Self: Neg<Output = Self>,
|
||||
|
||||
|
|
Loading…
Reference in a new issue