92c96ad479
Recent versions of rust report this warning when building: warning: `...` range patterns are deprecated --> fractal-gtk/src/widgets/members_list.rs:169:14 | 169 | 1...49 => (i18n("Privileged"), "badge-grey"), | ^^^ help: use `..=` for an inclusive range Fix the warning by just searching and replacing the deprecated code. Signed-off-by: Alistair Francis <alistair@alistair23.me> |
||
---|---|---|
.. | ||
po | ||
res | ||
src | ||
Cargo.toml |