From 4d2e315a749972029cf94b22ea4abe9add89aea4 Mon Sep 17 00:00:00 2001 From: "Dr. Dystopia" Date: Fri, 11 Jun 2021 15:30:45 +0200 Subject: [PATCH] Change type of 'desc' parameter to '&str' --- voxygen/src/hud/buffs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voxygen/src/hud/buffs.rs b/voxygen/src/hud/buffs.rs index e138d37772..07052655d2 100644 --- a/voxygen/src/hud/buffs.rs +++ b/voxygen/src/hud/buffs.rs @@ -439,7 +439,7 @@ impl<'a> BuffsBar<'a> { buffs_tooltip: &Tooltip, id: &conrod_core::widget::id::Id, timer_id: &conrod_core::widget::id::Id, - desc: &String, + desc: &str, title_col: Color, ) -> TimesClicked { let max_duration = buff.data.duration;