aboutsummaryrefslogtreecommitdiff
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-07-08 20:45:05 +0200
committerMiquel Sabaté Solà <mssola@mssola.com>2026-07-08 21:09:42 +0200
commit6333dc7ee02332cd06e20b56cefd3210368e54f8 (patch)
treebc32b202172fc1d3981da50e7d0a085aa64252f3 /rustfmt.toml
parent5fca76b56034554d965b77d1485f92685d79bc84 (diff)
downloadtools.nes-6333dc7ee02332cd06e20b56cefd3210368e54f8.tar.gz
tools.nes-6333dc7ee02332cd06e20b56cefd3210368e54f8.zip
Upgrade to the 2024 edition of Rust
And also adjust the code so the clippy from the 2024 edition is fine with it. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'rustfmt.toml')
-rw-r--r--rustfmt.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
new file mode 100644
index 0000000..0fb71e6
--- /dev/null
+++ b/rustfmt.toml
@@ -0,0 +1 @@
+edition = "2024" \ No newline at end of file