commit | e84b0cf0f97a08bbac7e6b233df61a0dc50c9171 | [log] [tgz] |
---|---|---|
author | Brian Silverman <bsilver16384@gmail.com> | Sat Aug 13 19:36:21 2022 -0700 |
committer | Brian Silverman <bsilver16384@gmail.com> | Sat Aug 13 21:06:14 2022 -0700 |
tree | ff785aec06cc53a6028f7756a2e85f0156f5b1d5 | |
parent | e2ee01970f1289b4a74d4ee12710d699ac7dca7e [diff] [blame] | |
parent | 5f6f276248f4b2ca17b5372946034292f0e0d183 [diff] [blame] |
Update rules_rust Several changes I made in 971-Robot-Code first have been upstreamed, including finished a few pieces that I now want to use. Change-Id: Iac6317989c1d3a0c7886c7d4a5798c6dbcedf2a9 Signed-off-by: Brian Silverman <bsilver16384@gmail.com>
diff --git a/third_party/rules_rust/.clang-format b/third_party/rules_rust/.clang-format new file mode 100644 index 0000000..2296f7d --- /dev/null +++ b/third_party/rules_rust/.clang-format
@@ -0,0 +1,3 @@ +--- +BasedOnStyle: Google +...