]> git.lizzy.rs Git - rust.git/blobdiff - src/attr.rs
Fixup formatting
[rust.git] / src / attr.rs
index 19c6bdc24841a212d7bf796f9c70381e349672a3..033f3767ecdcf3e50ac9fdb092f94b5c6d2c8473 100644 (file)
@@ -224,7 +224,7 @@ fn rewrite(&self, context: &RewriteContext, shape: Shape) -> Option<String> {
                     // 1 = "]"
                     shape.sub_width(1)?,
                     self.span,
-                    context.config.width_heuristics().fn_call_width,
+                    context.config.width_heuristics().attr_fn_like_width,
                     Some(if has_trailing_comma {
                         SeparatorTactic::Always
                     } else {