Skip to content

Commit

Permalink
Remove dbg!
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Glusker committed Jan 15, 2024
1 parent 13dd829 commit 7411226
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/attr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@ impl Rewrite for ast::MetaItem {
impl Rewrite for ast::Attribute {
fn rewrite(&self, context: &RewriteContext<'_>, shape: Shape) -> Option<String> {
let snippet = context.snippet(self.span);
dbg!(snippet);
if self.is_doc_comment() {
rewrite_doc_comment(snippet, shape.comment(context.config), context.config)
} else {
Expand Down

0 comments on commit 7411226

Please sign in to comment.