Rust 2018! #726
No reviewers
Labels
No labels
A: API
A: Backend
A: Federation
A: Front-End
A: I18N
A: Meta
A: Security
Build
C: Bug
C: Discussion
C: Enhancement
C: Feature
Compatibility
Dependency
Design
Documentation
Good first issue
Help welcome
Mobile
Rendering
S: Blocked
S: Duplicate
S: Incomplete
S: Instance specific
S: Invalid
S: Needs Voting/Discussion
S: Ready for review
Suggestion
S: Voted on Loomio
S: Wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Plume/Plume#726
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "rust-2018"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Finally!
Fixes #423 btw
Codecov Report
👀️
how are we removing so many crates here?
again? what's happening here?
is this a feature of 2018?
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