We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce828b9 commit 9560acfCopy full SHA for 9560acf
tests/local.rs
@@ -31,7 +31,7 @@ fn builds_local_registry() {
31
let lock = tame_index::utils::flock::FileLock::unlocked();
32
33
for pkg in &md.packages {
34
- if pkg.name == "tame-index" {
+ if pkg.name.as_ref() == "tame-index" {
35
continue;
36
}
37
let ip = krates.entry(pkg.name.clone()).or_insert_with(|| {
0 commit comments