File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -395,7 +395,7 @@ struct Renderer<'a> {
395
395
}
396
396
397
397
impl < ' a > Renderer < ' a > {
398
- fn markdown ( & self , input : & str ) -> Safe < String > {
398
+ fn markdown ( input : & str ) -> Safe < String > {
399
399
let parser = Parser :: new_ext ( input, Options :: all ( ) ) ;
400
400
let mut html_output = String :: new ( ) ;
401
401
html:: push_html ( & mut html_output, parser) ;
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ <h2 class="panel-title">
164
164
</ header >
165
165
166
166
< div class ="list-group lint-docs ">
167
- < div class ="list-group-item lint-doc-md "> {(markdown(lint.docs))}</ div >
167
+ < div class ="list-group-item lint-doc-md "> {(Self:: markdown(lint.docs))}</ div >
168
168
< div class ="lint-additional-info-container ">
169
169
{# Applicability #}
170
170
< div class ="lint-additional-info-item ">
You can’t perform that action at this time.
0 commit comments