mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-12 01:45:56 -05:00
[PR #4657] [MERGED] Fix some nightly build errors #7108
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/4657
Author: @dani-garcia
Created: 6/19/2024
Status: ✅ Merged
Merged: 6/20/2024
Merged by: @BlackDex
Base:
main← Head:fix-nightly-errors📝 Commits (1)
70b2ce4Fix some nightly build errors📊 Changes
3 files changed (+9 additions, -2 deletions)
View changed files
📝
build.rs(+7 -0)📝
src/db/models/attachment.rs(+1 -1)📝
src/db/models/collection.rs(+1 -1)📄 Description
I was building vaultwarden with the latest rust nightly and was met with a couple of build errors/warnings.
unknown cfgwarnings about the cfg's that we define based on features, which I disabled in the build.rs file!type instead of(). I'm not sure if this is a transient error or will become a hard error in a future stable release, but it was easy enough to solve.This was using nightly
2024-06-18🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.