8
16
Derivar 22

Rust 2018! #726

Integrado
elegaanz integrou 1 cometimento(s) do ramo rust-2018 no ramo master há 4 anos
elegaanz comentou há 4 anos (Migrado de github.com)

Finally!

Fixes #423 btw

Finally! Fixes #423 btw
codecov[bot] comentou há 4 anos (Migrado de 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 (Migrado de github.com) aprovou estas modificações há 4 anos
igalic (Migrado de github.com) deixou um comentário

👀

👀️
igalic (Migrado de github.com) comentou há 4 anos

how are we removing so many crates here?

how are we removing so many crates here?
igalic (Migrado de github.com) comentou há 4 anos

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

again? what's happening here? is this a feature of 2018?
trinity-1686a reviu há 4 anos
Proprietário(a)

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 referenciou esta questão num cometimento há 4 anos

Revisores

A integração foi executada no cometimento 5f8d6b8e0e.

Passo 1:

No seu repositório, crie um novo ramo e teste as modificações.
git checkout -b rust-2018 master
git pull origin rust-2018

Passo 2:

Integre as modificações e envie para o Forgejo.
git checkout master
git merge --no-ff rust-2018
git push origin master
Inicie a sessão para participar neste diálogo.
Sem revisores
Sem etapa
Sem encarregados
2 Participantes
Notificações
Data de vencimento
A data de vencimento é inválida ou está fora do intervalo permitido. Por favor, use o formato 'aaaa-mm-dd'.

Sem data de vencimento definida.

Dependências

Não estão definidas dependências.

Referência: Plume/Plume#726
Carregando…
Ainda não há conteúdo.