Skip to content

Commit

Permalink
Smaller cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cgswords committed May 28, 2024
1 parent 4a45be2 commit e33d519
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion external-crates/move/crates/move-analyzer/src/symbols.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1289,7 +1289,6 @@ pub fn get_symbols(
Ok(v) => v,
Err((_pass, diags)) => {
let failure = true;
// report_diagnostics(&files, diags);
diagnostics = Some((diags, failure));
eprintln!("typed AST compilation failed");
eprintln!("diagnostics: {:#?}", diagnostics);
Expand Down

0 comments on commit e33d519

Please sign in to comment.