diff options
| author | Rageking8 <106309953+Rageking8@users.noreply.github.com> | 2022-10-25 22:01:34 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-25 15:01:34 +0100 |
| commit | 90f618d8dd6224fad826030eec351b6b7e7b7ad9 (patch) | |
| tree | a8b619840297273c2f20752ab03fdec3021bdd45 /library/stdarch/crates/std_detect/src/detect/cache.rs | |
| parent | 13d20910b7761bb6ca06369078ad4d8e23029c59 (diff) | |
| download | rust-90f618d8dd6224fad826030eec351b6b7e7b7ad9.tar.gz rust-90f618d8dd6224fad826030eec351b6b7e7b7ad9.zip | |
Fix dupe word typos (#1344)
Diffstat (limited to 'library/stdarch/crates/std_detect/src/detect/cache.rs')
| -rw-r--r-- | library/stdarch/crates/std_detect/src/detect/cache.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/stdarch/crates/std_detect/src/detect/cache.rs b/library/stdarch/crates/std_detect/src/detect/cache.rs index d01a5ea244d..a94c655c3a9 100644 --- a/library/stdarch/crates/std_detect/src/detect/cache.rs +++ b/library/stdarch/crates/std_detect/src/detect/cache.rs @@ -179,7 +179,7 @@ fn detect_and_initialize() -> Initializer { /// the bit is set, the feature is enabled, and otherwise it is disabled. /// /// If the feature `std_detect_env_override` is enabled looks for the env -/// variable `RUST_STD_DETECT_UNSTABLE` and uses its its content to disable +/// variable `RUST_STD_DETECT_UNSTABLE` and uses its content to disable /// Features that would had been otherwise detected. #[inline] pub(crate) fn test(bit: u32) -> bool { |
