X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=library%2Fcore%2Ftests%2Fslice.rs;h=39559cdbb5ea9c275b9b3db5b1db08291ec90c64;hb=548ae602fc92b35d7a28fa9d70a7be51bc3328f9;hp=fd35d96c3fef814bd7952fb8b13afbcd7f31354f;hpb=70f1566b2bbdf92dffb40fa122986a58b2c4ee86;p=rust.git diff --git a/library/core/tests/slice.rs b/library/core/tests/slice.rs index fd35d96c3fe..39559cdbb5e 100644 --- a/library/core/tests/slice.rs +++ b/library/core/tests/slice.rs @@ -1488,7 +1488,7 @@ macro_rules! panic_cases { // optional: // // one or more similar inputs for which data[input] succeeds, - // and the corresponding output as an array. This helps validate + // and the corresponding output as an array. This helps validate // "critical points" where an input range straddles the boundary // between valid and invalid. // (such as the input `len..len`, which is just barely valid)