From 6f5c1599168524c0df0b47713ea4eb1a00d049f5 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 26 Apr 2015 19:08:24 +0200 Subject: [PATCH] docs(API): request values are moved, not borrowed [skip ci] --- src/mako/api/lib/lib.mako | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mako/api/lib/lib.mako b/src/mako/api/lib/lib.mako index f82255d936..737a43ddde 100644 --- a/src/mako/api/lib/lib.mako +++ b/src/mako/api/lib/lib.mako @@ -227,7 +227,7 @@ These will always take a single argument, for which the following statements are * [PODs][wiki-pod] are handed by copy * strings are passed as `&str` -* ${link('request values', request_trait_url)} are borrowed +* ${link('request values', request_trait_url)} are moved Arguments will always be copied or cloned into the builder, to make them independent of their original life times.