Rust 2018! #726

병합
elegaanz rust-2018 에서 master 로 1 commits 를 머지했습니다 4 년 전
elegaanz 코멘트됨, 4 년 전 (Migrated from github.com)

Finally!

Fixes #423 btw

Finally! Fixes #423 btw
codecov[bot] 코멘트됨, 4 년 전 (Migrated from github.com)

Codecov Report

Merging #726 into master will increase coverage by 0.02%.
The diff coverage is 38.23%.

@@            Coverage Diff             @@
##           master     #726      +/-   ##
==========================================
+ Coverage   39.15%   39.17%   +0.02%     
==========================================
  Files          73       73              
  Lines        9650     9653       +3     
  Branches     2184     2183       -1     
==========================================
+ Hits         3778     3782       +4     
+ Misses       4820     4819       -1     
  Partials     1052     1052
# [Codecov](https://codecov.io/gh/Plume-org/Plume/pull/726?src=pr&el=h1) Report > Merging [#726](https://codecov.io/gh/Plume-org/Plume/pull/726?src=pr&el=desc) into [master](https://codecov.io/gh/Plume-org/Plume/commit/3663bffe5c4760afdda8b739ecd58a5a191dde6a?src=pr&el=desc) will **increase** coverage by `0.02%`. > The diff coverage is `38.23%`. ```diff @@ Coverage Diff @@ ## master #726 +/- ## ========================================== + Coverage 39.15% 39.17% +0.02% ========================================== Files 73 73 Lines 9650 9653 +3 Branches 2184 2183 -1 ========================================== + Hits 3778 3782 +4 + Misses 4820 4819 -1 Partials 1052 1052 ```
igalic (Migrated from github.com) 이 변경사항을 승인하였습니다. 4 년 전
igalic (Migrated from github.com) left a comment

👀

👀️
igalic (Migrated from github.com) 코멘트됨, 4 년 전

how are we removing so many crates here?

how are we removing so many crates here?
igalic (Migrated from github.com) 코멘트됨, 4 년 전

again? what's happening here?
is this a feature of 2018?

again? what's happening here? is this a feature of 2018?
trinity-1686a 검토됨 4 년 전
trinity-1686a 코멘트됨, 4 년 전
소유자

extern crate is no longer mandatory on 2018, except when you want to call #[macro_use] on it. It is also possible to include macros by path like anything else to not use #[macro_use], so it's possible to have 0 extern crate but a lot of actual dependencies in Cargo.toml

`extern crate` is no longer mandatory on 2018, except when you want to call `#[macro_use]` on it. It is also possible to include macros by path like anything else to not use `#[macro_use]`, so it's possible to have 0 extern crate but a lot of actual dependencies in Cargo.toml
kiwii " 커밋 4 년 전에서 이 이슈 언급"

리뷰어

The pull request has been merged as 5f8d6b8e0e.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b rust-2018 master
git pull origin rust-2018

Step 2:

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff rust-2018
git push origin master
로그인하여 이 대화에 참여
No reviewers
마일스톤 없음
담당자 없음
참여자 2명
알림
마감일
기한이 올바르지 않거나 범위를 벗어났습니다. 'yyyy-mm-dd'형식을 사용해주십시오.

마감일이 설정되지 않았습니다.

의존성

No dependencies set.

Reference: Plume/Plume#726
불러오는 중...
아직 콘텐츠가 없습니다.