Browse Source

Implement Clone and Debug for Tool

cmd
opilarium 8 years ago
parent
commit
f2c751e940
  1. 1
      src/lib.rs

1
src/lib.rs

@ -103,6 +103,7 @@ pub struct Config {
/// This can be used to further configure other build systems (e.g. forward
/// along CC and/or CFLAGS) or the `to_command` method can be used to run the
/// compiler itself.
#[derive(Clone, Debug)]
pub struct Tool {
path: PathBuf,
args: Vec<OsString>,

Loading…
Cancel
Save