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 2400d70 commit 3de3b52Copy full SHA for 3de3b52
crates/ra_proc_macro_srv/src/tests/utils.rs
@@ -24,7 +24,7 @@ mod fixtures {
24
Message::CompilerArtifact(artifact) => {
25
if artifact.target.kind.contains(&"proc-macro".to_string()) {
26
let repr = format!("{} {}", crate_name, version);
27
- if artifact.package_id.repr.starts_with(dbg!(&repr)) {
+ if artifact.package_id.repr.starts_with(&repr) {
28
return artifact.filenames[0].clone();
29
}
30
0 commit comments