Skip to content

Commit

Permalink
cue: update Merge comment to REALLY NOT USE IT
Browse files Browse the repository at this point in the history
Change-Id: I28bf54d49cd43bee54b00526c8d26e7f32105fcd
Reviewed-on: https://cue-review.googlesource.com/c/cue/+/9341
Reviewed-by: CUE cueckoo <cueckoo@gmail.com>
Reviewed-by: Paul Jolly <paul@myitcv.org.uk>
  • Loading branch information
mpvl committed Apr 8, 2021
1 parent 4476060 commit ad4d1a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cue/instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ func (inst *Instance) Eval(expr ast.Expr) Value {
return newValueRoot(ctx, result)
}

// Merge unifies the given instances into a single one.
// DO NOT USE.
//
// Deprecated: do not use.
func Merge(inst ...*Instance) *Instance {
Expand Down

0 comments on commit ad4d1a1

Please sign in to comment.