[PR #55] [MERGED] fix: compilation without schemas feature #60

Closed
opened 2026-02-16 12:52:47 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/stoatchat/rust-authifier/pull/55
Author: @fatalerrorcoded
Created: 1/16/2023
Status: Merged
Merged: 1/17/2023
Merged by: @insertish

Base: masterHead: master


📝 Commits (1)

  • 02f3441 fix: compilation without schemas feature

📊 Changes

2 files changed (+5 additions, -3 deletions)

View changed files

📝 crates/rauth/src/lib.rs (+3 -2)
📝 crates/rauth/src/result.rs (+2 -1)

📄 Description

Fixes a bug where compiling without the schemas feature would throw compile errors related to schemars missing


🔄 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/stoatchat/rust-authifier/pull/55 **Author:** [@fatalerrorcoded](https://github.com/fatalerrorcoded) **Created:** 1/16/2023 **Status:** ✅ Merged **Merged:** 1/17/2023 **Merged by:** [@insertish](https://github.com/insertish) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`02f3441`](https://github.com/stoatchat/rust-authifier/commit/02f3441f4babe75f247b37299e2f816edfeec168) fix: compilation without schemas feature ### 📊 Changes **2 files changed** (+5 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `crates/rauth/src/lib.rs` (+3 -2) 📝 `crates/rauth/src/result.rs` (+2 -1) </details> ### 📄 Description Fixes a bug where compiling without the schemas feature would throw compile errors related to schemars missing --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 12:52:47 -05:00
yindo closed this issue 2026-02-16 12:52:47 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: stoatchat/rust-authifier#60