Rust 2018! #726

Fusionado
elegaanz fusionados 1 commits de rust-2018 en master hace 4 años
elegaanz comentado hace 4 años (Migrado desde github.com)

Finally!

Fixes #423 btw

Finally! Fixes #423 btw
codecov[bot] comentado hace 4 años (Migrado desde 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 desde github.com) aprobado estos cambios hace 4 años
igalic (Migrado desde github.com) dejó un comentario

👀

👀️
igalic (Migrado desde github.com) comentado hace 4 años

how are we removing so many crates here?

how are we removing so many crates here?
igalic (Migrado desde github.com) comentado hace 4 años

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

again? what's happening here? is this a feature of 2018?
trinity-1686a revisado hace 4 años
Propietario

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 referenció esta incidencia en un commit hace 4 años

Revisores

El Pull Request se ha fusionado como 5f8d6b8e0e.

Paso 1:

Desde el repositorio de su proyecto, revisa una nueva rama y prueba los cambios.
git checkout -b rust-2018 master
git pull origin rust-2018

Paso 2:

Combine los cambios y actualice en Forgejo.
git checkout master
git merge --no-ff rust-2018
git push origin master
Inicie sesión para unirse a esta conversación.
No hay revisores
Sin Milestone
No asignados
2 participantes
Notificaciones
Fecha de vencimiento
La fecha de vencimiento es inválida o está fuera de rango. Por favor utilice el formato 'aaaa-mm-dd'.

Sin fecha de vencimiento.

Dependencias

No se han establecido dependencias.

Referencia: Plume/Plume#726
Cargando…
Aún no existe contenido.