diff --git a/clippy_lints/src/utils/cargo.rs b/clippy_lints/src/utils/cargo.rs index c51cfc7304b..b183db84d57 100644 --- a/clippy_lints/src/utils/cargo.rs +++ b/clippy_lints/src/utils/cargo.rs @@ -32,7 +32,7 @@ pub struct Dependency { optional: bool, uses_default_features: bool, features: Vec, - target: Option<()>, + target: Option, } #[derive(RustcDecodable, Debug)]