diff --git a/src/compiler/rust.rs b/src/compiler/rust.rs index 05206f01a..bc3180d2e 100644 --- a/src/compiler/rust.rs +++ b/src/compiler/rust.rs @@ -172,6 +172,7 @@ pub struct ParsedArguments { /// A struct on which to hang a `Compilation` impl. #[derive(Debug, Clone)] +#[allow(dead_code)] pub struct RustCompilation { /// The path to the rustc executable, not the rustup proxy. executable: PathBuf,