File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ impl str {
175
175
}
176
176
```
177
177
178
- [ rfc0445 ] : https://github.com/ rust-lang/rfcs/blob/HEAD/text/ 0445-extension-trait-conventions.md
178
+ [ rfc0445 ] : https://rust-lang.github.io /rfcs/0445-extension-trait-conventions.html
179
179
180
180
<!-- tidy:sync-markdown-to-rustdoc:end -->
181
181
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ impl str {
172
172
}
173
173
```
174
174
175
- [rfc0445]: https://github.com/ rust-lang/rfcs/blob/HEAD/text/ 0445-extension-trait-conventions.md
175
+ [rfc0445]: https://rust-lang.github.io /rfcs/0445-extension-trait-conventions.html
176
176
177
177
<!-- tidy:sync-markdown-to-rustdoc:end -->
178
178
*/
@@ -214,9 +214,9 @@ use crate::{
214
214
215
215
/// A lightweight attribute macro for easily writing [extension trait pattern][rfc0445].
216
216
///
217
- /// See crate level documentation for details.
217
+ /// See the [crate- level documentation](crate) for details.
218
218
///
219
- /// [rfc0445]: https://github.com/ rust-lang/rfcs/blob/HEAD/text/ 0445-extension-trait-conventions.md
219
+ /// [rfc0445]: https://rust-lang.github.io /rfcs/0445-extension-trait-conventions.html
220
220
#[ proc_macro_attribute]
221
221
pub fn ext ( args : TokenStream , input : TokenStream ) -> TokenStream {
222
222
expand ( args, input) . unwrap_or_else ( Error :: into_compile_error)
You can’t perform that action at this time.
0 commit comments