Skip to content

Commit

Permalink
Convert html links to intra-doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Feb 20, 2025
1 parent 1c4f967 commit 6ed0149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
//! forced to be borrowed from the type being indexed. So something like the
//! following is not going to work.
//!
//! [`Index`]: https://doc.rust-lang.org/std/ops/trait.Index.html
//! [`Index`]: core::ops::Index
//!
//! ```
//! # const MAP_WIDTH: usize = 4;
Expand Down

0 comments on commit 6ed0149

Please sign in to comment.