Skip to content

Commit 2ca1010

Browse files
authored
docs: Add link to Content::decoded_content (#514)
1 parent 69c7869 commit 2ca1010

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/models/repos.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,8 @@ pub struct Content {
172172
pub path: String,
173173
pub sha: String,
174174
pub encoding: Option<String>,
175-
/// File content, Base64 encoded
175+
/// File content, Base64 encoded. See also
176+
/// [Content::decoded_content].
176177
pub content: Option<String>,
177178
pub size: i64,
178179
pub url: String,

0 commit comments

Comments
 (0)