mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 15:54:15 +00:00
Remove dbg
This commit is contained in:
parent
9405116d51
commit
a3375c1a88
@ -129,7 +129,6 @@ impl FunctionSignature {
|
||||
for field in variant.fields(db).into_iter() {
|
||||
let ty = field.signature_ty(db);
|
||||
let raw_param = format!("{}", ty.display(db));
|
||||
dbg!(&raw_param);
|
||||
if let Some(param_type) = raw_param.split(':').nth(1).and_then(|it| it.get(1..)) {
|
||||
parameter_types.push(param_type.to_string());
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user