-
Notifications
You must be signed in to change notification settings - Fork 200
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 deprecated "use-std" #280
Conversation
I am not really comfortable with removing it quite yet. I think we should reserve this for @KodrAus opinions? |
Deprecating something is aggressively advertising people to remove it. |
I am not strictly against this... but would love some opinion from people who use this library (especially those who provide stability guarantees like The way I think the way to go would be for Again I am happy if this gets merged in We might add a fn main() {
println!("cargo:warning=r#"[uuid] feature gate "use_std" is deprecated and is marked for removal. Use feature gate "std" instead."#);
} Edit: added some more info. |
The users know that 0.7 is an breaking change, so they will expect stuff to break. Also most people use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fine 🙄
bors r+ |
280: Remove deprecated "use-std" r=kinggoesgaming a=Dylan-DPC **I'm submitting a(n)** removal # Description feature `use-std` was renamed earlier in #108 and brought back and marked deprecated in #158. Removing it now # Related Issue(s) #108, #158 Co-authored-by: Dylan DPC <[email protected]>
I'm submitting a(n) removal
Description
feature
use-std
was renamed earlier in #108 and brought back and marked deprecated in #158. Removing it nowRelated Issue(s)
#108, #158