mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
clippy
This commit is contained in:
parent
18be90649e
commit
53da2a2d14
1 changed files with 1 additions and 1 deletions
|
@ -567,7 +567,7 @@ fn make_doc_link(scope: &mut Scope, interns: &Interns, doc_item: &str) -> String
|
|||
let mut link = String::new();
|
||||
|
||||
link.push_str(module_str);
|
||||
link.push_str("#");
|
||||
link.push('#');
|
||||
link.push_str(ident_str);
|
||||
|
||||
let mut buf = String::new();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue