@@ -68,48 +68,6 @@ they contained the following prologue:
68
68
#[cfg(test)] pub use ops = realcore::ops;
69
69
#[cfg(test)] pub use cmp = realcore::cmp;
70
70
71
- /* Reexported core operators */
72
-
73
- pub use kinds::{Const, Copy, Owned};
74
- pub use ops::{Drop};
75
- pub use ops::{Add, Sub, Mul, Div, Rem, Neg, Not};
76
- pub use ops::{BitAnd, BitOr, BitXor};
77
- pub use ops::{Shl, Shr, Index};
78
-
79
-
80
- /* Reexported types and traits */
81
-
82
- pub use option::{Option, Some, None};
83
- pub use result::{Result, Ok, Err};
84
-
85
- pub use path::Path;
86
- pub use path::GenericPath;
87
- pub use path::WindowsPath;
88
- pub use path::PosixPath;
89
-
90
- pub use tuple::{CopyableTuple, ImmutableTuple, ExtendedTupleOps};
91
- pub use str::{StrSlice};
92
- pub use container::{Container, Mutable};
93
- pub use vec::{CopyableVector, ImmutableVector};
94
- pub use vec::{ImmutableEqVector, ImmutableCopyableVector};
95
- pub use vec::{OwnedVector, OwnedCopyableVector, MutableVector};
96
- pub use old_iter::{BaseIter, ExtendedIter, EqIter, CopyableIter};
97
- pub use old_iter::{CopyableOrderedIter, CopyableNonstrictIter};
98
- pub use old_iter::{ExtendedMutableIter};
99
- pub use iter::Times;
100
-
101
- pub use num::{Num, NumCast};
102
- pub use num::{Orderable, Signed, Unsigned, Round};
103
- pub use num::{Algebraic, Trigonometric, Exponential, Hyperbolic};
104
- pub use num::{Integer, Fractional, Real, RealExt};
105
- pub use num::{Bitwise, BitCount, Bounded};
106
- pub use num::{Primitive, Int, Float};
107
-
108
- pub use ptr::Ptr;
109
- pub use from_str::FromStr;
110
- pub use to_str::ToStr;
111
- pub use clone::Clone;
112
-
113
71
// On Linux, link to the runtime with -lrt.
114
72
#[cfg(target_os = "linux")]
115
73
#[doc(hidden)]
0 commit comments