Skip to content

Commit

Permalink
Auto merge of #5873 - ehuss:ws-filters, r=alexcrichton
Browse files Browse the repository at this point in the history
Change target filters in workspaces.

This changes it so that filters like `--bin`, `--test`, `--example`,
`--bench`, `--lib` will work in a workspace.  Today, these filters
require that they match *every* package in a workspace which makes
them not very useful.  This change makes it so that they only must
match at least one package.

Closes #5819.
  • Loading branch information
bors committed Aug 7, 2018
2 parents 0e7a46e + 771fec3 commit ebaf212
Show file tree
Hide file tree
Showing 4 changed files with 280 additions and 167 deletions.
Loading

0 comments on commit ebaf212

Please sign in to comment.