[PR #1261] [CLOSED] rustfmt #6572

Closed
opened 2026-03-07 21:01:09 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/1261
Author: @cynecx
Created: 12/7/2020
Status: Closed

Base: masterHead: fmt


📝 Commits (2)

  • 4a65562 rustfmt the codebase
  • dd6ea90 github-actions: add rustfmt job

📊 Changes

25 files changed (+330 additions, -176 deletions)

View changed files

📝 .github/workflows/workspace.yml (+18 -0)
📝 build.rs (+7 -5)
📝 src/api/admin.rs (+24 -17)
📝 src/api/core/ciphers.rs (+31 -5)
📝 src/api/core/organizations.rs (+17 -11)
📝 src/api/core/two_factor/authenticator.rs (+5 -1)
📝 src/api/core/two_factor/email.rs (+10 -3)
📝 src/api/icons.rs (+1 -3)
📝 src/api/identity.rs (+23 -10)
📝 src/api/notifications.rs (+2 -2)
📝 src/api/web.rs (+44 -11)
📝 src/auth.rs (+1 -3)
📝 src/config.rs (+9 -3)
📝 src/db/mod.rs (+11 -17)
📝 src/db/models/attachment.rs (+0 -1)
📝 src/db/models/cipher.rs (+33 -31)
📝 src/db/models/collection.rs (+9 -3)
📝 src/db/models/device.rs (+21 -5)
📝 src/db/models/favorite.rs (+12 -12)
📝 src/db/models/folder.rs (+0 -1)

...and 5 more files

📄 Description

rustfmtted the codebase and run rustfmt --check con each CI run.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/1261 **Author:** [@cynecx](https://github.com/cynecx) **Created:** 12/7/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fmt` --- ### 📝 Commits (2) - [`4a65562`](https://github.com/dani-garcia/vaultwarden/commit/4a6556257206af8190caebfc50a058f7d97631fa) rustfmt the codebase - [`dd6ea90`](https://github.com/dani-garcia/vaultwarden/commit/dd6ea90890619a5b81b6aa0f007ca2f41443b65c) github-actions: add rustfmt job ### 📊 Changes **25 files changed** (+330 additions, -176 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/workspace.yml` (+18 -0) 📝 `build.rs` (+7 -5) 📝 `src/api/admin.rs` (+24 -17) 📝 `src/api/core/ciphers.rs` (+31 -5) 📝 `src/api/core/organizations.rs` (+17 -11) 📝 `src/api/core/two_factor/authenticator.rs` (+5 -1) 📝 `src/api/core/two_factor/email.rs` (+10 -3) 📝 `src/api/icons.rs` (+1 -3) 📝 `src/api/identity.rs` (+23 -10) 📝 `src/api/notifications.rs` (+2 -2) 📝 `src/api/web.rs` (+44 -11) 📝 `src/auth.rs` (+1 -3) 📝 `src/config.rs` (+9 -3) 📝 `src/db/mod.rs` (+11 -17) 📝 `src/db/models/attachment.rs` (+0 -1) 📝 `src/db/models/cipher.rs` (+33 -31) 📝 `src/db/models/collection.rs` (+9 -3) 📝 `src/db/models/device.rs` (+21 -5) 📝 `src/db/models/favorite.rs` (+12 -12) 📝 `src/db/models/folder.rs` (+0 -1) _...and 5 more files_ </details> ### 📄 Description rustfmtted the codebase and run `rustfmt --check` con each CI run. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-07 21:01:09 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#6572