|
64 | 64 | /// the container and which container elements had no corresponding
|
65 | 65 | /// matchers.
|
66 | 66 | ///
|
67 |
| -/// [`IntoIterator`]: https://doc.rust-lang.org/std/iter/trait.IntoIterator.html |
68 |
| -/// [`Iterator`]: https://doc.rust-lang.org/std/iter/trait.Iterator.html |
69 |
| -/// [`Iterator::collect`]: https://doc.rust-lang.org/std/iter/trait.Iterator.html#method.collect |
70 |
| -/// [`Vec`]: https://doc.rust-lang.org/std/vec/struct.Vec.html |
| 67 | +/// [`IntoIterator`]: std::iter::IntoIterator |
| 68 | +/// [`Iterator`]: std::iter::Iterator |
| 69 | +/// [`Iterator::collect`]: std::iter::Iterator::collect |
| 70 | +/// [`Vec`]: std::vec::Vec |
71 | 71 | #[macro_export]
|
72 | 72 | macro_rules! unordered_elements_are {
|
73 | 73 | ($(,)?) => {{
|
@@ -155,10 +155,10 @@ macro_rules! unordered_elements_are {
|
155 | 155 | /// message then shows the best matching it could find, including which
|
156 | 156 | /// matchers did not have corresponding unique elements in the container.
|
157 | 157 | ///
|
158 |
| -/// [`IntoIterator`]: https://doc.rust-lang.org/std/iter/trait.IntoIterator.html |
159 |
| -/// [`Iterator`]: https://doc.rust-lang.org/std/iter/trait.Iterator.html |
160 |
| -/// [`Iterator::collect`]: https://doc.rust-lang.org/std/iter/trait.Iterator.html#method.collect |
161 |
| -/// [`Vec`]: https://doc.rust-lang.org/std/vec/struct.Vec.html |
| 158 | +/// [`IntoIterator`]: std::iter::IntoIterator |
| 159 | +/// [`Iterator`]: std::iter::Iterator |
| 160 | +/// [`Iterator::collect`]: std::iter::Iterator::collect |
| 161 | +/// [`Vec`]: std::vec::Vec |
162 | 162 | #[macro_export]
|
163 | 163 | macro_rules! contains_each {
|
164 | 164 | ($(,)?) => {{
|
@@ -250,10 +250,10 @@ macro_rules! contains_each {
|
250 | 250 | /// message then shows the best matching it could find, including which
|
251 | 251 | /// container elements did not have corresponding matchers.
|
252 | 252 | ///
|
253 |
| -/// [`IntoIterator`]: https://doc.rust-lang.org/std/iter/trait.IntoIterator.html |
254 |
| -/// [`Iterator`]: https://doc.rust-lang.org/std/iter/trait.Iterator.html |
255 |
| -/// [`Iterator::collect`]: https://doc.rust-lang.org/std/iter/trait.Iterator.html#method.collect |
256 |
| -/// [`Vec`]: https://doc.rust-lang.org/std/vec/struct.Vec.html |
| 253 | +/// [`IntoIterator`]: std::iter::IntoIterator |
| 254 | +/// [`Iterator`]: std::iter::Iterator |
| 255 | +/// [`Iterator::collect`]: std::iter::Iterator::collect |
| 256 | +/// [`Vec`]: std::vec::Vec |
257 | 257 | #[macro_export]
|
258 | 258 | macro_rules! is_contained_in {
|
259 | 259 | ($(,)?) => {{
|
|
0 commit comments