chore(rust): Update Rust Version + related changes #939
No reviewers
Labels
No labels
Bug
Cherry-picking
Database
Dependencies
Dependencies/Renovate
Difficulty
Easy
Difficulty
Hard
Difficulty
Medium
Documentation
Enhancement
Good first issue
Help wanted
Inherited
Matrix/Administration
Matrix/Appservices
Matrix/Auth
Matrix/Client
Matrix/Core
Matrix/Federation
Matrix/MSC
Matrix/Media
Meta
Meta/Packaging
Priority
Blocking
Priority
High
Priority
Low
Security
Status
Confirmed
Status
Duplicate
Status
Invalid
Status
Needs Investigation
To-Merge
Wont fix
old/ci/cd
old/rust
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: continuwuation/continuwuity#939
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "Aviac/continuwuity:rust-v-1-89"
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?
Depends on #938
I think most of the commits should be rather self-descriptive. Feel free to just cherry-pick everything besides the
fmt
andclippy
commits, since I don't really want to mess with other PRs, especially the v12 one.fenix
input 4ba99bd600cargo clippy --fix
7bbd4f1c1ecargo fmt
, required after lastcargo clippy --fix
I think, to avoid diff turn when we've got so many pending PRs, we can just disable that lint for now. Otherwise we're just going to have to defer this for a while
let-chain
lints #940cargo fmt
, required after lastcargo clippy --fix
" e317bbe944cargo clippy --fix
"I tidied this up by reverting the noisy commits. An issue was created to remind us (me) to do the work later. Should be much clearer now here :)
@ -18,3 +18,3 @@
# For CI and editors
"rustfmt",
"clippy",
# you have to install rustfmt nightly yourself (if you're not on NixOS)
Duplicated section here?
b6b90e9f0a
to8b35de6a43