Skip to content

Commit 3de3b52

Browse files
committed
Remove dbg
1 parent 2400d70 commit 3de3b52

File tree

1 file changed

+1
-1
lines changed
  • crates/ra_proc_macro_srv/src/tests

1 file changed

+1
-1
lines changed

crates/ra_proc_macro_srv/src/tests/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ mod fixtures {
2424
Message::CompilerArtifact(artifact) => {
2525
if artifact.target.kind.contains(&"proc-macro".to_string()) {
2626
let repr = format!("{} {}", crate_name, version);
27-
if artifact.package_id.repr.starts_with(dbg!(&repr)) {
27+
if artifact.package_id.repr.starts_with(&repr) {
2828
return artifact.filenames[0].clone();
2929
}
3030
}

0 commit comments

Comments
 (0)