mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
clippy
This commit is contained in:
parent
5d77aca738
commit
69bafb4e17
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ pub fn type_problem<'b>(
|
|||
) -> Report<'b> {
|
||||
use solve::TypeError::*;
|
||||
|
||||
fn report<'b>(title: String, doc: RocDocBuilder<'_>, filename: PathBuf) -> Report<'_> {
|
||||
fn report(title: String, doc: RocDocBuilder<'_>, filename: PathBuf) -> Report<'_> {
|
||||
Report {
|
||||
title,
|
||||
filename,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue