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

Reuse some features and code, fix inverted intradoc links #1656

Merged
merged 1 commit into from
Dec 22, 2023

Conversation

MarijnS95
Copy link
Member

Found some very minor code cases that could reuse some other code. Some features also already imply/enable other features and don't need to be repeated.

Some "intradoc" links were having [] inside backticks, meaning they won't be links but actual brackets in monospace in the final doc.

Finally, the wayland feature needs the egl backend to compile and function, and was likely intended to be turned on as a dependency.

glutin_examples/src/lib.rs Show resolved Hide resolved
Found some very minor code cases that could reuse some other code.  Some
features also already imply/enable other features and don't need to be
repeated.

Some "intradoc" links were having `[]` inside backticks, meaning they
won't be links but actual brackets in monospace in the final doc.

Finally, the `wayland` feature needs the `egl` backend to compile and
function, and was likely intended to be turned on as a dependency.
@kchibisov kchibisov merged commit 1aada00 into rust-windowing:master Dec 22, 2023
43 checks passed
@MarijnS95 MarijnS95 deleted the cleanup branch December 22, 2023 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants