aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-29 03:56:06 +0000
committerGravatar Runxi Yu2026-03-29 03:56:06 +0000
commit77bc3e61fec05a3e4a495c08cca29cd86f71eafb (patch)
treebb06037ee0dd11914d121491448a22df4919e9f6
parent*: Add Life-Parent for Deps-Borrowed where appropriate (diff)
signatureNo signature
furgit: Update Deps-Borrowed to indicate Life-Parent interactions v0.1.130
-rw-r--r--furgit.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/furgit.go b/furgit.go
index 8f6a8ae2..e724ed8b 100644
--- a/furgit.go
+++ b/furgit.go
@@ -21,7 +21,9 @@
//
// - Deps-Owned: the receiver takes ownership of all supplied dependencies
// where ownership is a reasonable concept.
-// - Deps-Borrowed: the receiver borrows supplied dependencies.
+// - Deps-Borrowed: the value borrows supplied dependencies. Also Life-Parent
+// in most cases, unless those dependencies are not retained past
+// construction.
// - Deps-Mixed: some supplied dependencies are owned and others are borrowed.
//
// Lifetime labels: