yuk1ty / learning-systems-programming-in-rust

「Rustでもわかるシステムプログラミング」
430 stars 23 forks source link

add 2_4_4/server.rs #20

Closed hide5stm closed 3 years ago

hide5stm commented 3 years ago

2.4.4 完了です。

laysakura commented 3 years ago

CIの lint が失敗している件はおそらく私の作業不足が原因で、 https://github.com/yuk1ty/learning-systems-programming-in-rust/pull/21 で対応中です 🙇


21 がマージされました。GitHub Actions の挙動が「featureブランチをbaseブランチに仮にマージしたものをCI対象とする」的なものだったら git rebase しないでも次に git push したらCIが通るようになると思います。

現在失敗している のと同じ理由で次も失敗したら git rebase をお願いすることになりそうです 🙇

hide5stm commented 3 years ago

ご指摘のエラー処理修正しました。

hide5stm commented 3 years ago

環境が古かったようで1.51にしてcargo fmt動かせました。お手数おかけしました

yuk1ty commented 3 years ago

refs #5