Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(cordyceps): rename list::Cursor to CursorMut #236

Merged
merged 1 commit into from
Jun 21, 2022

Conversation

hawkw
Copy link
Owner

@hawkw hawkw commented Jun 21, 2022

This commit renames cordyceps::list::Cursor to
cordyceps::list::CursorMut. This makes way for eventually introducing
an immutable Cursor type in 0.3 (once the deprecated type alias is
removed).

Deprecates cordyceps::list::Cursor.

DEPRECATED:

cordyceps::list::Cursor is deprecated, as it is now renamed to
cordyceps::list::CursorMut.

This commit renames `cordyceps::list::Cursor` to
`cordyceps::list::CursorMut`. This makes way for eventually introducing
an immutable `Cursor` type in 0.3 (once the deprecated type alias is
removed).

Deprecates `cordyceps::list::Cursor`.

DEPRECATED:

`cordyceps::list::Cursor` is deprecated, as it is now renamed to
`cordyceps::list::CursorMut`.
@hawkw hawkw enabled auto-merge (squash) June 21, 2022 17:24
@hawkw hawkw merged commit 3035be4 into main Jun 21, 2022
@hawkw hawkw deleted the eliza/deprecate-cursor branch June 21, 2022 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant