Skip to content

Commit

Permalink
Update crates/formality-macros/src/fuzz.rs
Browse files Browse the repository at this point in the history
Co-authored-by: lcnr <[email protected]>
  • Loading branch information
nikomatsakis and lcnr authored Jul 16, 2024
1 parent c561075 commit 1a3dc89
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/formality-macros/src/fuzz.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,5 @@ pub(crate) fn derive_fuzz(mut s: synstructure::Structure) -> TokenStream {
}
});

// eprintln!("tokens = {tokens}");

tokens
}

0 comments on commit 1a3dc89

Please sign in to comment.