From 7e3a08182dee8fdc93db9c9b0522779587236925 Mon Sep 17 00:00:00 2001 From: Kai Tomotake Date: Mon, 11 May 2026 14:39:22 +0900 Subject: [PATCH] Add details tag Update content/docs/index.mdx --- content/docs/index.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/docs/index.mdx b/content/docs/index.mdx index a76097d..3c09ff9 100644 --- a/content/docs/index.mdx +++ b/content/docs/index.mdx @@ -19,6 +19,7 @@ rustrefjpは、Rust標準ライブラリおよび関連仕様について、公 本サイトはよりわかりやすくするために、コードブロックではフルパスを書くようにしています。 ただし、以下の構造体・トレイトなどは除外されます。 +
- `std::marker::Copy` - `std::marker::Copy` (deriveマクロ) - `std::marker::Send` @@ -89,6 +90,7 @@ rustrefjpは、Rust標準ライブラリおよび関連仕様について、公 - `std::concat_bytes` (nightlyのみ) - `std::future::Future` - `std::future::IntoFuture` +
フルを書かないパスは`std::prelude::rust_2024`に基づいています。