Skip to content

Commit 98e27de

Browse files
半角文字と全角文字の間に半角スペースを挿入(気づいたところのみ)
1 parent 42a1a08 commit 98e27de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/rust-2018/trait-fn-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ In accordance with RFC [#1685](https://github.com/rust-lang/rfcs/pull/1685),
4040
parameters in trait method declarations are no longer allowed to be anonymous.
4141
-->
4242

43-
RFC [#1685](https://github.com/rust-lang/rfcs/pull/1685)に基づいて、トレイト関数のパラメータを匿名にすることはできなくなりました。
43+
RFC [#1685](https://github.com/rust-lang/rfcs/pull/1685) に基づいて、トレイト関数のパラメータを匿名にすることはできなくなりました。
4444

4545
<!--
4646
For example, in the 2015 edition, this was allowed:

src/rust-2021/default-cargo-resolver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ Now, the `diesel_migrations` proc-macro will get the "postgres" feature enabled,
246246

247247
これにより、 Cargo はホスト依存関係(proc-macro と build-dependencies)のフィーチャとして "postgres" を追加します。
248248

249-
> 訳注:ホスト依存関係とは、コンパイラホスト(コンパイラを実行しているプラットフォーム)向けにビルド・実行される依存を指し、proc-macroクレートやbuild-dependencies配下の依存クレートが該当します
249+
> 訳注:ホスト依存関係とは、コンパイラホスト(コンパイラを実行しているプラットフォーム)向けにビルド・実行される依存を指し、proc-macro クレートや build-dependencies 配下の依存クレートが該当します
250250
> 一方、通常の依存関係はコンパイルターゲットのプラットフォーム向けにビルドされます。
251251
252252
これで、 `diesel_migrations` の手続き的マクロは "postgres" フィーチャが有効化された状態で走り、正しくビルドされます。

0 commit comments

Comments
 (0)