Skip to content

Commit

Permalink
Fix build. Missing colon in shipit comment
Browse files Browse the repository at this point in the history
Summary: As title

Reviewed By: ir-regular

Differential Revision: D55734608

fbshipit-source-id: e1fb2b377f098adc629fe5bbf451ad305fd136ef
  • Loading branch information
alanz authored and facebook-github-bot committed Apr 4, 2024
1 parent 120016a commit 2be92e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ide/src/diagnostics/slow_functions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ See https://www.erlang.org/doc/man/sets.html
code: DiagnosticCode::SlowFunction,
message: format!("The dict module is very slow in Erlang.\nIt is recommend to use maps instead of the dict module.\n\n{}\n",
// @fb-only: "See https://fb.workplace.com/groups/1178411125511220/permalink/3495040030514973"
// @oss-only ""
"" // @oss-only
)
.to_string(),
severity: Severity::Warning,
Expand Down

0 comments on commit 2be92e3

Please sign in to comment.