fractal/fractal-gtk
Alistair Francis 92c96ad479 fractal-gtk: Fix the deprecated range pattern
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>
2019-08-27 02:34:27 +00:00
..
po Update Polish translation 2019-08-25 18:35:40 +02:00
res autocompletion-popover: Fix misplacement on small window widths 2019-08-17 19:51:03 +00:00
src fractal-gtk: Fix the deprecated range pattern 2019-08-27 02:34:27 +00:00
Cargo.toml fractal-gtk: Migrate to GtkSourceView4 2019-08-10 23:35:12 -07:00