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.
1 parent c574b87 commit 0b331f7Copy full SHA for 0b331f7
src/cache/models.rs
@@ -151,7 +151,7 @@ impl Question {
151
}
152
153
pub fn desc_comment(&self, conf: &Config) -> String {
154
- let desc = self.t_content.render();
+ let desc = self.content.render();
155
156
let mut res = desc.lines().fold("\n".to_string(), |acc, e| {
157
acc + "" + conf.code.comment_leading.as_str() + " " + e + "\n"
0 commit comments