chore: remove repetitive words · patricklam/verify-rust-std@2649882 (original) (raw)

Original file line number Diff line number Diff line change
@@ -149,7 +149,7 @@ where
149 149 #[derive(PartialEq, Eq, Clone, Copy, Debug)]
150 150 pub struct Assume {
151 151 /// When `false`, [`TransmuteFrom`] is not implemented for transmutations
152 - /// that might violate the the alignment requirements of references; e.g.:
152 + /// that might violate the alignment requirements of references; e.g.:
153 153 ///
154 154 #[cfg_attr(bootstrap, doc = "```rust,ignore not runnable on bootstrap")]
155 155 #[cfg_attr(not(bootstrap), doc = "```compile_fail,E0277")]