diff options
author | 2022-09-29 13:12:23 +0000 | |
---|---|---|
committer | 2022-09-29 13:12:27 +0000 | |
commit | 46329e9ba47c3546ed5819d9ca6a04141de77eb8 (patch) | |
tree | 0fbd3710364b25199704cc6d63ed60607099851d /rust/compiler.go | |
parent | a3be747e5d7522cb20c6e4929b47024f647cba6b (diff) |
Remove spurious trailing backslash in prefer_rlib docstring
Change-Id: I851306c73cb86df4bc4c82c3471ce3b6eaad9ded
Diffstat (limited to 'rust/compiler.go')
-rw-r--r-- | rust/compiler.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/compiler.go b/rust/compiler.go index bf6a48844..6055158ec 100644 --- a/rust/compiler.go +++ b/rust/compiler.go @@ -161,7 +161,7 @@ type BaseCompilerProperties struct { // This is primarily meant for rust_binary and rust_ffi modules where the default // linkage of libstd might need to be overridden in some use cases. This should // generally be avoided with other module types since it may cause collisions at - // linkage if all dependencies of the root binary module do not link against libstd\ + // linkage if all dependencies of the root binary module do not link against libstd // the same way. Prefer_rlib *bool `android:"arch_variant"` |