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

sketch: Make rust sketch barf output prettier #5929

Closed
wants to merge 1 commit into from

Conversation

intgr
Copy link
Contributor

@intgr intgr commented Apr 18, 2013

The last line of any command output should always have a newline. Also fixed typo, "on on"

summary of 25 test runs: 4563 passed; 0 failed; 344 ignored

bors added a commit that referenced this pull request Apr 18, 2013
The last line of any command output should always have a newline. Also fixed typo, "on on"

summary of 25 test runs: 4563 passed; 0 failed; 344 ignored
@bors bors closed this Apr 18, 2013
@intgr intgr deleted the sketch_output branch April 5, 2020 10:37
flip1995 pushed a commit to flip1995/rust that referenced this pull request Aug 28, 2020
Widen understanding of prelude import

Prelude imports are exempt from wildcard import warnings. Until now only
imports of the form

```
use ...::prelude::*;
```

were considered. This change makes it so that the segment `prelude` can
show up anywhere, for instance:

```
use ...::prelude::v1::*;
```

Fixes rust-lang#5917

changelog: Allow `prelude` to appear in any segment of the import path in [`wildcard_imports`]
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.

3 participants