Remove Debug constraint form Angle

This commit is contained in:
Brendan Zabarauskas 2015-12-13 18:38:48 +11:00
parent a49462426b
commit 5b9eeb15a0

View file

@ -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>,