Skip to content

Commit a25d83f

Browse files
Fix tools
1 parent cb46e39 commit a25d83f

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/librustdoc/clean/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2259,7 +2259,6 @@ pub(crate) fn clean_middle_ty<'tcx>(
22592259
ty::CoroutineClosure(..) => panic!("CoroutineClosure"),
22602260
ty::Coroutine(..) => panic!("Coroutine"),
22612261
ty::Placeholder(..) => panic!("Placeholder"),
2262-
ty::CoroutineWitness(..) => panic!("CoroutineWitness"),
22632262
ty::Infer(..) => panic!("Infer"),
22642263

22652264
ty::Error(_) => FatalError.raise(),

src/librustdoc/passes/collect_intra_doc_links.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,6 @@ impl<'tcx> LinkCollector<'_, 'tcx> {
567567
| ty::Closure(..)
568568
| ty::CoroutineClosure(..)
569569
| ty::Coroutine(..)
570-
| ty::CoroutineWitness(..)
571570
| ty::Dynamic(..)
572571
| ty::UnsafeBinder(_)
573572
| ty::Param(_)

src/tools/clippy/clippy_lints/src/dereference.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,6 @@ impl TyCoercionStability {
888888
| ty::Foreign(_)
889889
| ty::FnDef(..)
890890
| ty::Coroutine(..)
891-
| ty::CoroutineWitness(..)
892891
| ty::Closure(..)
893892
| ty::CoroutineClosure(..)
894893
| ty::Never

0 commit comments

Comments
 (0)