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

Remove unnecessary code from an example #17510

Merged
merged 1 commit into from
Sep 29, 2014
Merged

Conversation

MatejLach
Copy link
Contributor

The let one_to_one_hundred = range(0i, 100i); is not needed here as it relates to the previous example and produces a warning here.
r @steveklabnik ?

@rust-highfive
Copy link
Collaborator

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @nikomatsakis (or someone else) soon.

@steveklabnik
Copy link
Member

Thanks!

bors added a commit that referenced this pull request Sep 26, 2014
The `let one_to_one_hundred = range(0i, 100i);` is not needed here as it relates to the previous example and produces a warning here.
r @steveklabnik ?
alexcrichton added a commit to alexcrichton/rust that referenced this pull request Sep 29, 2014
@bors bors merged commit 3c47d89 into rust-lang:master Sep 29, 2014
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.

None yet

5 participants