Commit 7e5e217
Remove Default derive from MemoryConfiguration
MemoryConfiguration exposes explicit enabled()/disabled() constructors, so a
Default impl is redundant. SessionConfig and ResumeSessionConfig hold memory as
Option<MemoryConfiguration>, which defaults to None without requiring
MemoryConfiguration: Default.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 9659458 commit 7e5e217
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
786 | 786 | | |
787 | 787 | | |
788 | 788 | | |
789 | | - | |
| 789 | + | |
790 | 790 | | |
791 | 791 | | |
792 | 792 | | |
| |||
4515 | 4515 | | |
4516 | 4516 | | |
4517 | 4517 | | |
4518 | | - | |
| 4518 | + | |
4519 | 4519 | | |
4520 | 4520 | | |
4521 | 4521 | | |
| |||
0 commit comments