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 fc35381256..9c9540a9bd 100644
--- a/crates/ide-completion/src/render/union_literal.rs
+++ b/crates/ide-completion/src/render/union_literal.rs
@@ -13,7 +13,7 @@ use crate::{
};
pub(crate) fn render_union_literal(
- ctx: RenderContext,
+ ctx: RenderContext<'_>,
un: hir::Union,
path: Option<hir::ModPath>,
local_name: Option<Name>,