Skip to content

Conversation

rbtying
Copy link

@rbtying rbtying commented Jan 26, 2017

This enables rustfmt to format

use a::{
    b,
    c,
}

or

use a::{b,c}

as desired.

This enables rustfmt to format

use a::{
    b,
    c,
}

or

use a::{b,c}

as desired
@jimmycuadra
Copy link

Is this PR necessary to prevent rustfmt from turning this:

use rusoto_ecr::{
    DescribeImagesRequest,
    DescribeRepositoriesRequest,
    Ecr,
    EcrClient,
    ImageDetailList,
    RepositoryList,
};

into this?

use rusoto_ecr::{DescribeImagesRequest, DescribeRepositoriesRequest, Ecr, EcrClient,
                 ImageDetailList, RepositoryList};

If so, could someone please review and merge this?

@nrc
Copy link
Member

nrc commented Jul 12, 2017

I'm not sure how this missed a review, very sorry @rbtying . I think this is probably subsumed by #1760 and/or #1785

@nrc nrc closed this Jul 12, 2017
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