mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-09 15:19:11 +02:00
7 lines
310 B
TOML
7 lines
310 B
TOML
disallowed-types = [
|
|
{ path = "iced::widget::Text", reason = "Use [`crate::gui::widgets::text`] instead. For further details, see #523 and #858" },
|
|
]
|
|
|
|
disallowed-methods= [
|
|
{ path = "iced::widget::text", reason = "Use [`crate::gui::widgets::text`] instead. For further details, see #523 and #858" },
|
|
]
|