summaryrefslogtreecommitdiff
path: root/build_extra/rust/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'build_extra/rust/BUILD.gn')
-rw-r--r--build_extra/rust/BUILD.gn2
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") {