aboutsummaryrefslogtreecommitdiffhomepage
path: root/content/posts/2021-10-02/rust-where-are-primitive-types-from.xml
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2023-03-19 03:24:43 +0900
committernsfisis <nsfisis@gmail.com>2023-03-19 03:24:43 +0900
commitdb3d51ddc421dad68abddb95d01ffdab440197d6 (patch)
tree35a6b45bb964b22fa74486596f4e640db82fb0ac /content/posts/2021-10-02/rust-where-are-primitive-types-from.xml
parentcb5a2a0afdf822651db035904cd8c1307a7b7743 (diff)
downloadblog.nsfisis.dev-db3d51ddc421dad68abddb95d01ffdab440197d6.tar.gz
blog.nsfisis.dev-db3d51ddc421dad68abddb95d01ffdab440197d6.tar.zst
blog.nsfisis.dev-db3d51ddc421dad68abddb95d01ffdab440197d6.zip
feat(content): specify heading id
Diffstat (limited to 'content/posts/2021-10-02/rust-where-are-primitive-types-from.xml')
-rw-r--r--content/posts/2021-10-02/rust-where-are-primitive-types-from.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/content/posts/2021-10-02/rust-where-are-primitive-types-from.xml b/content/posts/2021-10-02/rust-where-are-primitive-types-from.xml
index f395f4f..7c19fc5 100644
--- a/content/posts/2021-10-02/rust-where-are-primitive-types-from.xml
+++ b/content/posts/2021-10-02/rust-where-are-primitive-types-from.xml
@@ -22,7 +22,7 @@
<simpara>
<hr/>
</simpara>
- <section xml:id="_前置き">
+ <section xml:id="intro">
<title>前置き</title>
<simpara>
Rust
@@ -63,7 +63,7 @@
</simpara>
</blockquote>
</section>
- <section xml:id="_調査">
+ <section xml:id="code-reading">
<title>調査</title>
<simpara>
調査に使用したソース (調査時点での最新 master)
@@ -230,7 +230,7 @@
という名前の別の型が見つかるからだ。
</simpara>
</section>
- <section xml:id="_まとめ">
+ <section xml:id="outro">
<title>まとめ</title>
<simpara>
Rust