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 участников
Уведомления
Срок выполнения
Срок действия недействителен или находится за пределами допустимого диапазона. Пожалуйста, используйте формат 'гггг-мм-дд'.

Срок выполнения не установлен.

Зависимости

Зависимостей нет.

Reference: Plume/Plume#726
Загрузка…
Пока нет содержимого.