cuviper / autocfg

Automatic cfg for Rust compiler features
Apache License 2.0
94 stars 23 forks source link

Fix build warnings on beta #7

Closed aldanor closed 5 years ago

aldanor commented 5 years ago

(Would appreciate a minor version bump release)

cuviper commented 5 years ago

Sorry, these changes can't maintain older rustc compatibility. If you like, we could add #[allow(...)] attributes to mask warnings instead.

aldanor commented 5 years ago

Ah, yea indeed, makes sense. These are the warnings to allow then (hope that works with older Rust versions):

ellipsis_inclusive_range_patterns
bare_trait_objects
cuviper commented 5 years ago

Thanks, I've published 0.1.5 with those warnings allowed.