Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide-completion/src/render/union_literal.rs')
-rw-r--r--crates/ide-completion/src/render/union_literal.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ide-completion/src/render/union_literal.rs b/crates/ide-completion/src/render/union_literal.rs
index 7164c94fde..e7ee59d489 100644
--- a/crates/ide-completion/src/render/union_literal.rs
+++ b/crates/ide-completion/src/render/union_literal.rs
@@ -14,7 +14,7 @@ use crate::{
};
pub(crate) fn render_union_literal(
- ctx: RenderContext<'_>,
+ ctx: RenderContext<'_, '_>,
un: hir::Union,
path: Option<hir::ModPath>,
local_name: Option<Name>,