From 2ca1010a2b28fe9aab6da8dc0f77e04a2644d364 Mon Sep 17 00:00:00 2001 From: Boyd Kane <33420535+beyarkay@users.noreply.github.com> Date: Mon, 15 Jan 2024 11:05:30 +0200 Subject: [PATCH] docs: Add link to `Content::decoded_content` (#514) --- src/models/repos.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/models/repos.rs b/src/models/repos.rs index d47ba101..26f874df 100644 --- a/src/models/repos.rs +++ b/src/models/repos.rs @@ -172,7 +172,8 @@ pub struct Content { pub path: String, pub sha: String, pub encoding: Option, - /// File content, Base64 encoded + /// File content, Base64 encoded. See also + /// [Content::decoded_content]. pub content: Option, pub size: i64, pub url: String,