diff options
| author | Jorge Aparicio <japaricious@gmail.com> | 2015-01-28 08:34:18 -0500 |
|---|---|---|
| committer | Jorge Aparicio <japaricious@gmail.com> | 2015-01-29 07:49:02 -0500 |
| commit | 788181d4055747b5307f186a873ab5d2acd29994 (patch) | |
| tree | 9b96bbdba0acfccaa447f312c07381425776ca80 /src/libcore/cmp.rs | |
| parent | 09ba9f5c87a24f82d9a332fdb913511eedf5a4ec (diff) | |
| download | rust-788181d4055747b5307f186a873ab5d2acd29994.tar.gz rust-788181d4055747b5307f186a873ab5d2acd29994.zip | |
s/Show/Debug/g
Diffstat (limited to 'src/libcore/cmp.rs')
| -rw-r--r-- | src/libcore/cmp.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/cmp.rs b/src/libcore/cmp.rs index 2ecbd55fcb1..1ebd2df5814 100644 --- a/src/libcore/cmp.rs +++ b/src/libcore/cmp.rs @@ -105,7 +105,7 @@ pub trait Eq: PartialEq<Self> { } /// An ordering is, e.g, a result of a comparison between two values. -#[derive(Clone, Copy, PartialEq, Show)] +#[derive(Clone, Copy, PartialEq, Debug)] #[stable(feature = "rust1", since = "1.0.0")] pub enum Ordering { /// An ordering where a compared value is less [than another]. |
