From: Ben Pfaff Date: Thu, 23 Oct 2025 15:27:56 +0000 (-0700) Subject: add rustfmt file X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff693e0300419ef5b532ea281bfd6885fbe4e994;p=pspp add rustfmt file --- diff --git a/rust/rustfmt.toml b/rust/rustfmt.toml new file mode 100644 index 0000000000..f3e454b618 --- /dev/null +++ b/rust/rustfmt.toml @@ -0,0 +1,2 @@ +edition = "2024" +style_edition = "2024"