summary refs log tree commit diff
path: root/compiler/rustc_ast_lowering/src
diff options
context:
space:
mode:
authorDeadbeef <ent3rm4n@gmail.com>2024-07-31 03:29:10 +0000
committerDeadbeef <ent3rm4n@gmail.com>2024-07-31 03:29:10 +0000
commitec77db83b2de7e8c3a7f3629b7b453b8539c7bfa (patch)
treeef49232c6a2a44e907e6518885f580a38291a064 /compiler/rustc_ast_lowering/src
parent249cf71f11a29b3fb68e8a35969569d8bb7958ee (diff)
downloadrust-ec77db83b2de7e8c3a7f3629b7b453b8539c7bfa.tar.gz
rust-ec77db83b2de7e8c3a7f3629b7b453b8539c7bfa.zip
minor `effects` cleanups
Diffstat (limited to 'compiler/rustc_ast_lowering/src')
-rw-r--r--compiler/rustc_ast_lowering/src/item.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_ast_lowering/src/item.rs b/compiler/rustc_ast_lowering/src/item.rs
index 1456890a0a2..7af3945d3f9 100644
--- a/compiler/rustc_ast_lowering/src/item.rs
+++ b/compiler/rustc_ast_lowering/src/item.rs
@@ -1668,7 +1668,6 @@ impl<'hir> LoweringContext<'_, 'hir> {
                             }),
                         )),
                     )),
-                    // FIXME(effects) we might not need a default.
                     default: Some(default_ct),
                     is_host_effect: true,
                     synthetic: true,