commit | 8fae31138ad458bc03b85abb7210ca8203db1103 | [log] [tgz] |
---|---|---|
author | ThiƩbaud Weksteen <tweek@google.com> | Thu Feb 10 16:51:02 2022 +1100 |
committer | ThiƩbaud Weksteen <tweek@google.com> | Thu Feb 10 16:55:01 2022 +1100 |
tree | 9aff9d8425e230833e4da99ed370958298dd5e73 | |
parent | 3cb45a5f4ae9d8763700ca65347b76fdeb400314 [diff] [blame] |
Update rustfmt.toml to 2021 edition Bug: 210475268 Test: $ cd system/security; find . -name \*.rs -exec rustfmt --check {} \; Change-Id: I49044e19a17d3806570d04c3215ccd3554ce7903
diff --git a/scripts/rustfmt.toml b/scripts/rustfmt.toml index 617d425..cefaa42 100644 --- a/scripts/rustfmt.toml +++ b/scripts/rustfmt.toml
@@ -1,5 +1,5 @@ # Android Format Style -edition = "2018" +edition = "2021" use_small_heuristics = "Max" newline_style = "Unix"