mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-09 07:09:12 +02:00
build: simplify disallowed-* message
This commit is contained in:
parent
498b42540c
commit
7bebbc9019
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
disallowed-types = [
|
||||
{ path = "iced::widget::Text", reason = "with some fonts text renders as squares without advanced shaping (see #523), instead use [`crate::gui::widgets::text`]" },
|
||||
{ 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 = "with some fonts text renders as squares without advanced shaping (see #523), instead use [`crate::gui::widgets::text`]" },
|
||||
{ path = "iced::widget::text", reason = "Use [`crate::gui::widgets::text`] instead. For further details, see #523 and #858" },
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue