From 26c86ed2f7a809ea3e804cf87f6c1e41f4ddccaf Mon Sep 17 00:00:00 2001 From: Albert Meltzer <7529386+kitbellew@users.noreply.github.com> Date: Wed, 3 Apr 2024 11:07:28 -0700 Subject: [PATCH] BinPack: remove stale warning about unsafeXxxSite --- .../src/main/scala/org/scalafmt/config/BinPack.scala | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/scalafmt-core/shared/src/main/scala/org/scalafmt/config/BinPack.scala b/scalafmt-core/shared/src/main/scala/org/scalafmt/config/BinPack.scala index a9e2e4c92b..552d6c9d87 100644 --- a/scalafmt-core/shared/src/main/scala/org/scalafmt/config/BinPack.scala +++ b/scalafmt-core/shared/src/main/scala/org/scalafmt/config/BinPack.scala @@ -5,13 +5,9 @@ import scala.meta.tokens.Token import metaconfig._ /** @param unsafeCallSite - * DO NOT USE! This option is buggy for complicated expressions. The only - * reason this option exists is to support the [[literalArgumentLists]] - * option, which enables callSite only for simple expressions. - * - * If true, will fit as many arguments on each line, only breaking at commas. - * If false, a function call's arguments will either be all on the same line or - * will have one line each. + * If true, will fit as many arguments on each line, only breaking at commas. + * If false, a function call's arguments will either be all on the same line + * or will have one line each. * @param unsafeDefnSite * Same as [[unsafeCallSite]], except for definition site. * @param literalArgumentLists