universal-android-debloater.../clippy.toml
2025-02-21 21:49:51 +01:00

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" },
]