Skip to content

Commit

Permalink
proxy gen - cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
BiancaIalangi committed Apr 2, 2024
1 parent f9b3056 commit 0cf9262
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,6 @@ where
let mut words_replacer: Vec<String> = Vec::new();
for word in &words {
let type_rust_name = word.split("::").last().unwrap().to_string();
// println!("type_rust_name >> {type_rust_name}");
if proxy_crate == extract_struct_crate(word)
|| TYPES_FROM_FRAMEWORK.contains(&type_rust_name.as_str())
{
Expand Down

0 comments on commit 0cf9262

Please sign in to comment.