summaryrefslogtreecommitdiff
path: root/compiler/rustc_query_impl
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2023-03-03 04:15:15 +0100
committerest31 <MTest31@outlook.com>2023-03-03 08:39:00 +0100
commit6df5ae4fb03734dd98db01a9f488998b1d4498ab (patch)
treed5c0058297d36c2e830ad316af52183c0e423792 /compiler/rustc_query_impl
parentff2c609d662f0ffae9aafa6ff9f60441473e958e (diff)
downloadrust-6df5ae4fb03734dd98db01a9f488998b1d4498ab.tar.gz
Match unmatched backticks in comments in compiler/
Diffstat (limited to 'compiler/rustc_query_impl')
-rw-r--r--compiler/rustc_query_impl/src/on_disk_cache.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_query_impl/src/on_disk_cache.rs b/compiler/rustc_query_impl/src/on_disk_cache.rs
index 70c481fb0ee..46e34462cf2 100644
--- a/compiler/rustc_query_impl/src/on_disk_cache.rs
+++ b/compiler/rustc_query_impl/src/on_disk_cache.rs
@@ -333,7 +333,7 @@ impl<'sess> rustc_middle::ty::OnDiskCache<'sess> for OnDiskCache<'sess> {
},
);
- // `Encode the file footer.
+ // Encode the file footer.
let footer_pos = encoder.position() as u64;
encoder.encode_tagged(
TAG_FILE_FOOTER,