diff options
| author | Michael Goulet <michael@errs.io> | 2022-09-02 16:55:24 +0000 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2022-09-09 01:31:45 +0000 |
| commit | 70775304cd83bf01bf91d5cf206923064fca68ef (patch) | |
| tree | 92b44a10d78c7770433e8cabeb36f6e90190d5c0 /compiler/rustc_ast_lowering/src/lib.rs | |
| parent | 249ede4195a40147c45411f1fa27e376d40f4f95 (diff) | |
| download | rust-70775304cd83bf01bf91d5cf206923064fca68ef.tar.gz rust-70775304cd83bf01bf91d5cf206923064fca68ef.zip | |
Address nits
Diffstat (limited to 'compiler/rustc_ast_lowering/src/lib.rs')
| -rw-r--r-- | compiler/rustc_ast_lowering/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_ast_lowering/src/lib.rs b/compiler/rustc_ast_lowering/src/lib.rs index 8814d184c55..8fa2c593193 100644 --- a/compiler/rustc_ast_lowering/src/lib.rs +++ b/compiler/rustc_ast_lowering/src/lib.rs @@ -1357,7 +1357,6 @@ impl<'a, 'hir> LoweringContext<'a, 'hir> { ) } ImplTraitContext::InTrait => { - // FIXME(RPITIT): Should we use def_node_id here? self.lower_impl_trait_in_trait(span, def_node_id, |lctx| { lctx.lower_param_bounds( bounds, |
