diff --git a/src/attr.rs b/src/attr.rs index 69248c2be00..8fcf4b29aa3 100644 --- a/src/attr.rs +++ b/src/attr.rs @@ -318,7 +318,6 @@ impl Rewrite for ast::MetaItem { impl Rewrite for ast::Attribute { fn rewrite(&self, context: &RewriteContext<'_>, shape: Shape) -> Option { let snippet = context.snippet(self.span); - dbg!(snippet); if self.is_doc_comment() { rewrite_doc_comment(snippet, shape.comment(context.config), context.config) } else {