Skip to content

Commit

Permalink
BinPack: remove stale warning about unsafeXxxSite
Browse files Browse the repository at this point in the history
  • Loading branch information
kitbellew committed Apr 3, 2024
1 parent a0c65bb commit 7c45587
Showing 1 changed file with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c45587

Please sign in to comment.