hyperium / hyperium/hyperium.github.io
Shouldn't use of `extern` in documentation be removed?
オープン
まだ誰も着手していません。
- 主要言語
- HTML
- スター
- 34
- フォーク
- 71
- 平均マージ
- 1時間 9分
- マージ済み PR(30日)
- 8
説明
The getting started guide of hyber uses extern crate hyper https://hyper.rs/guides/client/basic/
I was the opinion that extern is no longer necessary and the new/current module system does not require.
and indeed, I confirmed this by removing the extern and the code snippet in the example still works...
Question now is, shouldn't extern be removed from the documentation?
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
https://hyper.rs/guides/client/basic/ の入門ガイドから始め、extern crate hyper を含む例を確認してください。その宣言なしでもスニペットが引き続き動作することを検証し、確認できた場合はドキュメントを更新してください。完了条件は、ガイドが現在の Rust モジュール要件を反映していることです。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- rust
- 領域
- documentation
- issue の種類
- ドキュメント
- 難易度
- 1/5
- 見積もり時間
- 1時間未満
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 35/100