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

Remove an inaccurate comment. #580

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jerzywilczek
Copy link

This comment is inaccurate. Drop order doesn't matter in this case, because this struct only holds a reference. Dropping it does nothing, the surface has its own reference to the window.

The actual window is owned by the scope outside of State and thus references to it that are kept in the State are valid.

The lifetime of the Surface takes care of not allowing for dropping the window while the surface exists.

I also removed a stray space at the end of a line.

This comment is inaccurate. Drop order doesn't matter in this case,
because this struct only holds a reference. Dropping it does nothing,
the surface has its own reference to the window.

The actual window is owned by the scope outside of `State` and thus
references to it that are kept in the `State` are valid.

The lifetime of the `Surface` takes care of not allowing for dropping
the window while the surface exists.

I also removed a stray space at the end of a line.
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.

1 participant