diff options
| author | Camelid <camelidcamel@gmail.com> | 2020-11-04 18:42:37 -0800 |
|---|---|---|
| committer | Camelid <camelidcamel@gmail.com> | 2020-11-04 18:44:40 -0800 |
| commit | 3084a55d54c2e0ee1c97525f64f40b54091b93e4 (patch) | |
| tree | 089ea7f67bad94b3a72cea8b2de56e9cd19be6f2 /compiler/rustc_mir/src/transform/coverage/query.rs | |
| parent | f2bbdd0a3257cc980c934a92c5bf9808cf31728c (diff) | |
| download | rust-3084a55d54c2e0ee1c97525f64f40b54091b93e4.tar.gz rust-3084a55d54c2e0ee1c97525f64f40b54091b93e4.zip | |
Don't use `crate` in link text
`crate::` -> `core::`
It looks weird to have `crate::` in the link text and we use the actual
crate name everywhere else.
If anyone is curious, I used this Vim command to update all the links:
%s/\(\s\)\[`crate::\(.*\)`\]/\1[`core::\2`](crate::\2)/g
Diffstat (limited to 'compiler/rustc_mir/src/transform/coverage/query.rs')
0 files changed, 0 insertions, 0 deletions
