Skip to content

Commit

Permalink
typos utils.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitrolito authored and stefan-mysten committed Dec 23, 2024
1 parent e8451cf commit 32dddda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external-crates/move/crates/move-analyzer/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pub fn lsp_position_to_loc(
/// Some functions defined in a module need to be ignored.
pub fn ignored_function(name: Symbol) -> bool {
// In test mode (that's how IDE compiles Move source files),
// the compiler inserts an dummy function preventing preventing
// the compiler inserts a dummy function preventing preventing
// publishing of modules compiled in test mode. We need to
// ignore its definition to avoid spurious on-hover display
// of this function's info whe hovering close to `module` keyword.
Expand Down

0 comments on commit 32dddda

Please sign in to comment.