Rust 2018! #726

Злито
elegaanz злито 1 комітів з rust-2018 до master 4 роки тому
elegaanz прокоментував(ла) 4 роки тому (Перенесено з github.com)

Finally!

Fixes #423 btw

Finally! Fixes #423 btw
codecov[bot] прокоментував(ла) 4 роки тому (Перенесено з 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 (Перенесено з github.com) зміни затверджено 4 роки тому
igalic (Перенесено з github.com) додав коментар

👀

👀️
igalic (Перенесено з github.com) прокоментував(ла) 4 роки тому

how are we removing so many crates here?

how are we removing so many crates here?
igalic (Перенесено з 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 роки тому

Рецензенти

Запит на злиття був влитиий як 5f8d6b8e0e.
Також можна переглянути інструкції для командного рядка.

Крок 1:

У репозиторії вашого проєкту перевірте нову гілку і протестуйте зміни.
git checkout -b rust-2018 master
git pull origin rust-2018

Крок 2:

Об'єднати зміни і оновити на Forgejo.
git checkout master
git merge --no-ff rust-2018
git push origin master
Підпишіться щоб приєднатися до обговорення.
Немає рецензентів
Етап відсутній
Немає виконавця
2 учасників
Сповіщення
Дата завершення
Термін дії не дійсний або знаходиться за межами допустимого діапазону. Будь ласка використовуйте формат 'yyyy-mm-dd'.

Термін виконання не встановлений.

Залежності

No dependencies set.

Reference: Plume/Plume#726
Завантаження…
Тут ще немає жодного змісту.