Fix warnings introduced by #3349
This commit is contained in:
parent
319b75c75b
commit
57a18b6520
@ -49,7 +49,7 @@ fn get_lints(&self) -> LintArray {
|
||||
}
|
||||
|
||||
impl EarlyLintPass for Pass {
|
||||
fn check_crate(&mut self, cx: &EarlyContext<'_>, krate: &Crate) {
|
||||
fn check_crate(&mut self, cx: &EarlyContext<'_>, _: &Crate) {
|
||||
let metadata = if let Ok(metadata) = cargo_metadata::metadata_deps(None, true) {
|
||||
metadata
|
||||
} else {
|
||||
|
@ -44,7 +44,7 @@ fn get_lints(&self) -> LintArray {
|
||||
}
|
||||
|
||||
impl EarlyLintPass for Pass {
|
||||
fn check_crate(&mut self, cx: &EarlyContext<'_>, krate: &Crate) {
|
||||
fn check_crate(&mut self, cx: &EarlyContext<'_>, _: &Crate) {
|
||||
let metadata = if let Ok(metadata) = cargo_metadata::metadata(None) {
|
||||
metadata
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user