Skip to content

New rustpkg tutorial. #9239

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

Closed
wants to merge 2 commits into from

Conversation

steveklabnik
Copy link
Member

First shot at a new tutorial for rustpkg. /cc @catamorphism

Right now, I'm linking to my sample package on GitHub, I'm not sure that everyone would be comfortable with me having that there. Maybe under the mozilla org? I think having one to install and hold up as a default makes sense.

@kud1ing
Copy link

kud1ing commented Sep 17, 2013

Very nice, thank you.

I feel a bit uneasy about telling Rust users to pull code from someone else though.
Options:

@catamorphism
Copy link
Contributor

Oh, right, somehow I forgot to comment on the github repo thing. I'm not too concerned right now, but maybe ping me about setting up an example crate under the mozilla organization.

bors added a commit that referenced this pull request Sep 17, 2013
First shot at a new tutorial for rustpkg. /cc @catamorphism

Right now, I'm linking to my sample package on GitHub, I'm not sure that everyone would be comfortable with me having that there. Maybe under the mozilla org? I think having one to install and hold up as a default makes sense.
@bors bors closed this Sep 17, 2013
@steveklabnik
Copy link
Member Author

@catamorphism will do, if I don't catch you in IRC soon I'll email you.

@steveklabnik steveklabnik deleted the rustpkg_tutorial branch October 25, 2017 18:25
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jul 28, 2022
Don't lint `std_instead_of_core` on `std::env`

fixes rust-lang#9239

This also reorders the execution of the lint to do as little as possible in the case where the path doesn't start with `std` or `alloc`.

changelog: [`std_instead_of_core`](https://rust-lang.github.io/rust-clippy/master/#std_instead_of_core): Don't lint on `use std::env`
changelog: [`std_instead_of_alloc`](https://rust-lang.github.io/rust-clippy/master/#std_instead_of_alloc): Don't lint `use std::vec` twice
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.

5 participants