Skip to content

Commit

Permalink
Silence the warning about forgetting the vendoring
Browse files Browse the repository at this point in the history
  • Loading branch information
jneem committed May 8, 2024
1 parent 451d384 commit 2005ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/sources/replaced.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ impl<'gctx> Source for ReplacedSource<'gctx> {
}

fn is_replaced(&self) -> bool {
true
!self.is_builtin_replacement()
}

fn add_to_yanked_whitelist(&mut self, pkgs: &[PackageId]) {
Expand Down

0 comments on commit 2005ae1

Please sign in to comment.