Commit 0c92063
Mark SetModelOptions non_exhaustive
Adding the auto_tier field made SetModelOptions source-breaking for
external crates constructing it as a full struct literal. Every other
options struct in this file (including CapiSessionOptions, extended the
same way in #2437) already carries #[non_exhaustive], so apply the same
convention here.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent cf38b7b commit 0c92063
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4781 | 4781 | | |
4782 | 4782 | | |
4783 | 4783 | | |
| 4784 | + | |
4784 | 4785 | | |
4785 | 4786 | | |
4786 | 4787 | | |
| |||
0 commit comments