diff options
| author | bors <bors@rust-lang.org> | 2023-11-26 16:42:32 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-11-26 16:42:32 +0000 |
| commit | 3bb0171999a65b0650d9405a7b2e8e7dc3476dec (patch) | |
| tree | feb05d1be6c8e2d550aec54a94f3e1a30d8a21fe /compiler/rustc_privacy/src | |
| parent | 3dbb4da04267b19bc8c403c0bb2b41c5b8010a61 (diff) | |
| parent | cb04603af446316a2e44a6df45388f4355922dfa (diff) | |
Auto merge of #118319 - GuillaumeGomez:rollup-vte50yq, r=GuillaumeGomez
Rollup of 4 pull requests Successful merges: - #118296 (rustdoc: replace `elemIsInParent` with `Node.contains`) - #118302 (Clean dead codes) - #118311 (merge `DefKind::Coroutine` into `Defkind::Closure`) - #118318 (Remove myself from users on vacation) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'compiler/rustc_privacy/src')
| -rw-r--r-- | compiler/rustc_privacy/src/lib.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/rustc_privacy/src/lib.rs b/compiler/rustc_privacy/src/lib.rs index b78c8b849f7..b8109d5bb06 100644 --- a/compiler/rustc_privacy/src/lib.rs +++ b/compiler/rustc_privacy/src/lib.rs @@ -653,8 +653,7 @@ impl<'tcx> EmbargoVisitor<'tcx> { | DefKind::Field | DefKind::GlobalAsm | DefKind::Impl { .. } - | DefKind::Closure - | DefKind::Coroutine => (), + | DefKind::Closure => (), } } } |
