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 @@ -396,7 +396,7 @@ struct Renderer<'a> {
396
396
}
397
397
398
398
impl < ' a > Renderer < ' a > {
399
- fn markdown ( & self , input : & str ) -> Safe < String > {
399
+ fn markdown ( input : & str ) -> Safe < String > {
400
400
let parser = Parser :: new_ext ( input, Options :: all ( ) ) ;
401
401
let mut html_output = String :: new ( ) ;
402
402
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