about summary refs log tree commit diff
path: root/compiler/rustc_mir/src/transform/coverage/query.rs
diff options
context:
space:
mode:
authorCamelid <camelidcamel@gmail.com>2020-11-04 18:42:37 -0800
committerCamelid <camelidcamel@gmail.com>2020-11-04 18:44:40 -0800
commit3084a55d54c2e0ee1c97525f64f40b54091b93e4 (patch)
tree089ea7f67bad94b3a72cea8b2de56e9cd19be6f2 /compiler/rustc_mir/src/transform/coverage/query.rs
parentf2bbdd0a3257cc980c934a92c5bf9808cf31728c (diff)
downloadrust-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