Add #[must_use] to Execs

This commit is contained in:
Dale Wijnand 2018-08-23 16:33:37 +01:00
parent e9bfe8fa04
commit dd0400ec75
No known key found for this signature in database
GPG Key ID: 4F256E3D151DF5EF
1 changed files with 1 additions and 0 deletions

View File

@ -523,6 +523,7 @@ pub fn cargo_exe() -> PathBuf {
*
*/
#[must_use]
#[derive(Clone)]
pub struct Execs {
expect_stdout: Option<String>,