We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2890e2a commit 37ee21cCopy full SHA for 37ee21c
src/unsafe.md
@@ -57,7 +57,7 @@ of this is [`std::slice::from_raw_parts`] which will create a slice given a
57
pointer to the first element and a length.
58
-->
59
### 安全でない関数呼び出し
60
-いくつかの関数は `unsafe` として宣言できます。これはコンパイラの代わりにプログラマの責任で正しさを保証することを意味します。
+関数は `unsafe` として宣言できます。これはコンパイラの代わりにプログラマの責任で正しさを保証することを意味します。
61
例として [`std::slice::from_raw_parts`] があります。この関数は最初の要素へのポインタと長さを指定してスライスを作成します。
62
63
```rust,editable
0 commit comments