aboutsummaryrefslogtreecommitdiffstats
path: root/.rustfmt.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-02-18 21:11:43 -0500
committerJesse Luehrs <doy@tozt.net>2023-02-18 21:12:27 -0500
commitdb9dc7b6e696259f488088f74a1e1a97fa5b002d (patch)
tree57bf6d8c4a9abd154466b1e707e761a7773568e2 /.rustfmt.toml
parent5208e99627d596b86e63a15c42b2c9fb473d766c (diff)
downloadrbw-db9dc7b6e696259f488088f74a1e1a97fa5b002d.tar.gz
rbw-db9dc7b6e696259f488088f74a1e1a97fa5b002d.zip
bump editions
Diffstat (limited to '.rustfmt.toml')
-rw-r--r--.rustfmt.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.rustfmt.toml b/.rustfmt.toml
index 55b0b14..7b6182f 100644
--- a/.rustfmt.toml
+++ b/.rustfmt.toml
@@ -1,2 +1,2 @@
-edition = "2018"
+edition = "2021"
max_width = 78