-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable automatic parameter recognition (#696)
Temporarily disable automatic parameter recognition. This is to mitigate the current issues in `IntoParams` implementation furhter discussed in issues #675 #677 #687. This commit restores the old behavior where the parameters must be declared with `params(...)` attribute within the `#[utoipa::path(...)]` attribute macro. The temporary disablement is to allow furhter releases not be blocked by the changes in the master branch. The automatic parameter recognition still needs some work and most likely another approach need to experiemented before it can be finally completed.
- Loading branch information
Showing
4 changed files
with
54 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters