Skip to content

Commit

Permalink
fix build by inserting missing shipit tag
Browse files Browse the repository at this point in the history
Summary: As title

Reviewed By: ir-regular

Differential Revision: D56015770

fbshipit-source-id: 2eab0c82a9ab52cf4a489e95db5a9d4d625af559
  • Loading branch information
alanz authored and facebook-github-bot committed Apr 11, 2024
1 parent 9c1a002 commit 2f26898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ide_db/src/diagnostic_code.rs
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ impl DiagnosticCode {
DiagnosticCode::ErlangService(_) => false,
DiagnosticCode::Eqwalizer(_) => false,
DiagnosticCode::AdHoc(_) => false,
DiagnosticCode::MetaOnly(code) => code.allows_fixme_comment(),
// @fb-only: DiagnosticCode::MetaOnly(code) => code.allows_fixme_comment(),
}
}
}
Expand Down

0 comments on commit 2f26898

Please sign in to comment.