cue: document that zero value of Runtime is OK to use.

Change-Id: Icf395089f3ef846ce6b7b831460849f01c6f229f
Reviewed-on: https://cue-review.googlesource.com/c/cue/+/3740
Reviewed-by: Marcel van Lohuizen <mpvl@golang.org>
diff --git a/cue/build.go b/cue/build.go
index 3a8712b..5116825 100644
--- a/cue/build.go
+++ b/cue/build.go
@@ -30,6 +30,8 @@
 //
 // Any operation that involves two Values or Instances should originate from
 // the same Runtime.
+//
+// The zero value of a Runtime is ready to use.
 type Runtime struct {
 	ctx *build.Context // TODO: remove
 	idx *index