From 017d5e5082afdc76aa890f002376936a1ea1e062 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Wed, 18 Dec 2024 09:27:37 -0600 Subject: [PATCH 1/2] Fix typo --- docs/src/rust_settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/rust_settings.md b/docs/src/rust_settings.md index 7198cdd105..ece7ac2a1f 100644 --- a/docs/src/rust_settings.md +++ b/docs/src/rust_settings.md @@ -69,7 +69,7 @@ Note that this setting is actually called `clippy.toml`. The default value for `--codegen-units` which also affects resource allocation for rustc actions. Note that any value 0 or less will prevent this flag from being passed by Bazel and allow rustc to -perform it's default behavior. +perform its default behavior. https://doc.rust-lang.org/rustc/codegen-options/index.html#codegen-units From 41abcf442e5df1d3ff2e96acb9b3dd1570b589d0 Mon Sep 17 00:00:00 2001 From: Daniel Wagner-Hall Date: Sun, 29 Dec 2024 18:10:22 +0000 Subject: [PATCH 2/2] Fix in .bzl --- rust/settings/settings.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/settings/settings.bzl b/rust/settings/settings.bzl index 1d323ca360..6c30c48a04 100644 --- a/rust/settings/settings.bzl +++ b/rust/settings/settings.bzl @@ -338,7 +338,7 @@ def codegen_units(): """The default value for `--codegen-units` which also affects resource allocation for rustc actions. Note that any value 0 or less will prevent this flag from being passed by Bazel and allow rustc to - perform it's default behavior. + perform its default behavior. https://doc.rust-lang.org/rustc/codegen-options/index.html#codegen-units """