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

rename view style method to style_pass. #478

Merged
merged 1 commit into from
May 30, 2024

Conversation

jrmoulton
Copy link
Collaborator

This is to avoid confusion with the style method on the Decorators trait. This rename makes it so that when you want to call the style method on a view, but the Decorators trait isn't yet in scope, rust analyzer will suggest the correct method name.

This is to avoid confusion with the style method on the Decorators trait.
This rename makes it so that when you want to call the style method on a view,
but the Decorators trait isn't yet in scope, rust analyzer will suggest the
correct method name.
@dzhou121 dzhou121 merged commit f91ce6f into lapce:main May 30, 2024
7 checks passed
@jrmoulton jrmoulton deleted the rename-view-style branch September 18, 2024 02:35
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.

2 participants