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

emit from(ignore) on duplicate enum variants for derive_more 0.99 #181

Merged
merged 4 commits into from
Jan 12, 2021

Conversation

MarijnS95
Copy link
Collaborator

Alternative to #180, also fixes #172

This variant ignores duplicate From implementations programmatically to save some hassle - and ignores spirv::Word to prevent ambiguity.

@Jasper-Bekkers Jasper-Bekkers self-requested a review January 12, 2021 00:05
    warning: this import is redundant
      --> spirv/lib.rs:15:1
       |
    15 | use num_traits;
       | ^^^^^^^^^^^^^^^ help: remove it entirely
       |
       = note: `#[warn(clippy::single_component_path_imports)]` on by default
       = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_component_path_imports
@Jasper-Bekkers Jasper-Bekkers merged commit dae552c into gfx-rs:master Jan 12, 2021
@MarijnS95 MarijnS95 deleted the derive-more branch January 12, 2021 11:22
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.

Update derive_more dependency
2 participants