Remove NullOp::Box
This commit is contained in:
parent
6162529a01
commit
1b7f5a3818
11 changed files with 2 additions and 92 deletions
|
@ -2288,8 +2288,6 @@ pub enum NullOp {
|
|||
SizeOf,
|
||||
/// Returns the minimum alignment of a type
|
||||
AlignOf,
|
||||
/// Creates a new uninitialized box for a value of that type
|
||||
Box,
|
||||
}
|
||||
|
||||
#[derive(Copy, Clone, Debug, PartialEq, Eq, TyEncodable, TyDecodable, Hash, HashStable)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue