Browse Source

Don't export `Object` for now

cl-test
Alex Crichton 7 years ago
parent
commit
88c3a69b27
  1. 2
      src/lib.rs

2
src/lib.rs

@ -261,7 +261,7 @@ impl ToolFamily {
/// ///
/// This is a source file -> object file pair. /// This is a source file -> object file pair.
#[derive(Clone, Debug)] #[derive(Clone, Debug)]
pub struct Object { struct Object {
src: PathBuf, src: PathBuf,
dst: PathBuf, dst: PathBuf,
} }

Loading…
Cancel
Save