We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Self
1 parent d6dd018 commit 055b2b1Copy full SHA for 055b2b1
src/blogs.rs
@@ -82,7 +82,7 @@ impl Blog {
82
}
83
84
85
- Ok(Blog {
+ Ok(Self {
86
title: manifest.title,
87
index_title: manifest.index_title,
88
description: manifest.description,
0 commit comments