Remove erroneous stability attribute.

This outer attribute doesn't actually apply to anything is seems
to be incorrect in what it is saying.
This commit is contained in:
Brian Anderson 2015-01-14 18:58:26 -08:00
parent 3a44a19af2
commit e5ad89d176

View file

@ -35,9 +35,6 @@
#![stable]
#[unstable = "this is just a documentation module and should not be part \
of the public api"]
use clone::Clone;
use cmp::*;
use cmp::Ordering::*;