From 77bc3e61fec05a3e4a495c08cca29cd86f71eafb Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 29 Mar 2026 03:56:06 +0000 Subject: furgit: Update Deps-Borrowed to indicate Life-Parent interactions --- furgit.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: -- cgit v1.3.1-10-gc9f91