diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-10-19 19:15:14 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-10-20 01:19:59 -0400 |
| commit | 00884d7164ce7322b9e627051b65887f9f2c817d (patch) | |
| tree | bf645634ae263a338e334a1748d3bb0c1f9d092b /build_extra/rust/BUILD.gn | |
| parent | 09e011b3890af1525f27b788da63b09d8e874604 (diff) | |
Add rustfmt to third_party.
Diffstat (limited to 'build_extra/rust/BUILD.gn')
| -rw-r--r-- | build_extra/rust/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_extra/rust/BUILD.gn b/build_extra/rust/BUILD.gn index 15948b3c8..1197de4f7 100644 --- a/build_extra/rust/BUILD.gn +++ b/build_extra/rust/BUILD.gn @@ -465,7 +465,7 @@ rust_crate("futures_cpupool") { ":futures", ":num_cpus", ] - args = [ "-Adeprecated" ] # futures::Run + args = [ "-Adeprecated" ] # futures::Run } rust_crate("indexmap") { |
