From f95082d1ba3a71c6b5f7c1c8d2036be5f87e4c7a Mon Sep 17 00:00:00 2001 From: Marvin Hansen Date: Thu, 17 Oct 2024 15:19:14 +0800 Subject: [PATCH] Removed trailing space in README.md Resolves: https://github.com/bazelbuild/rules_rust/pull/2926#discussion_r1798990437 Signed-off-by: Marvin Hansen --- examples/bzlmod/cross_compile/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/bzlmod/cross_compile/README.md b/examples/bzlmod/cross_compile/README.md index ba882fc080..11db19d0b7 100644 --- a/examples/bzlmod/cross_compile/README.md +++ b/examples/bzlmod/cross_compile/README.md @@ -1,6 +1,6 @@ # Cross Compilation -For cross compilation, you have to specify a custom platform to let Bazel know that you are compiling for a different platform than the default host platform. +For cross compilation, you have to specify a custom platform to let Bazel know that you are compiling for a different platform than the default host platform. The example code is setup to cross compile from the following hosts to the the following targets using Rust and the LLVM toolchain: