aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_expand/src/lib.rs
diff options
context:
space:
mode:
authorJade <[email protected]>2021-06-14 05:57:10 +0100
committerJade <[email protected]>2021-06-14 05:58:05 +0100
commit20b325c7d50092cada3408aee958b3d523541f2c (patch)
tree5f8078106976c0573ef05861241f434fb5271891 /crates/hir_expand/src/lib.rs
parent660a89620f65225359559ddcaf158bdb9dfe0d4c (diff)
tree-wide: make rustdoc links spiky so they are clickable
Diffstat (limited to 'crates/hir_expand/src/lib.rs')
-rw-r--r--crates/hir_expand/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir_expand/src/lib.rs b/crates/hir_expand/src/lib.rs
index 623791b58..33107aa24 100644
--- a/crates/hir_expand/src/lib.rs
+++ b/crates/hir_expand/src/lib.rs
@@ -53,7 +53,7 @@ mod test_db;
53/// this is a recursive definition! However, the size_of of `HirFileId` is 53/// this is a recursive definition! However, the size_of of `HirFileId` is
54/// finite (because everything bottoms out at the real `FileId`) and small 54/// finite (because everything bottoms out at the real `FileId`) and small
55/// (`MacroCallId` uses the location interning. You can check details here: 55/// (`MacroCallId` uses the location interning. You can check details here:
56/// https://en.wikipedia.org/wiki/String_interning). 56/// <https://en.wikipedia.org/wiki/String_interning>).
57#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)] 57#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
58pub struct HirFileId(HirFileIdRepr); 58pub struct HirFileId(HirFileIdRepr);
59 59