Skip to content

Commit 6974191

Browse files
committed
Remove some now-unnecessary impls
1 parent 683dd08 commit 6974191

File tree

1 file changed

+0
-14
lines changed
  • compiler/rustc_metadata/src/rmeta

1 file changed

+0
-14
lines changed

compiler/rustc_metadata/src/rmeta/table.rs

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -196,13 +196,6 @@ fixed_size_enum! {
196196
}
197197
}
198198

199-
fixed_size_enum! {
200-
hir::Constness {
201-
( NotConst )
202-
( Const )
203-
}
204-
}
205-
206199
fixed_size_enum! {
207200
hir::Defaultness {
208201
( Final )
@@ -218,13 +211,6 @@ fixed_size_enum! {
218211
}
219212
}
220213

221-
fixed_size_enum! {
222-
ty::Asyncness {
223-
( Yes )
224-
( No )
225-
}
226-
}
227-
228214
fixed_size_enum! {
229215
hir::CoroutineKind {
230216
( Coroutine(hir::Movability::Movable) )

0 commit comments

Comments
 (0)