mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-19 12:35:07 +00:00
clippy on everything
This commit is contained in:
parent
7eb81fbcf3
commit
a7308130cf
14 changed files with 97 additions and 97 deletions
|
@ -674,7 +674,7 @@ pub fn load_module_for_docs(filename: PathBuf) -> LoadedModule {
|
|||
load_config,
|
||||
) {
|
||||
Ok(loaded) => loaded,
|
||||
Err(LoadingProblem::FormattedReport(report,_)) => {
|
||||
Err(LoadingProblem::FormattedReport(report, _)) => {
|
||||
eprintln!("{report}");
|
||||
std::process::exit(1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue