diff --git a/crates/egui/src/containers/combo_box.rs b/crates/egui/src/containers/combo_box.rs index 5544e759..ab89c435 100644 --- a/crates/egui/src/containers/combo_box.rs +++ b/crates/egui/src/containers/combo_box.rs @@ -86,7 +86,7 @@ impl ComboBox { } /// Without label. - #[deprecated = "Renamed id_salt"] + #[deprecated = "Renamed from_id_salt"] pub fn from_id_source(id_salt: impl std::hash::Hash) -> Self { Self::from_id_salt(id_salt) }