Skip to content

Commit

Permalink
rust: fix clippy nit (#163)
Browse files Browse the repository at this point in the history
This should resolve CodeQL's [#2] warning.

[#2]: https://github.com/intel/ittapi/security/code-scanning/2
  • Loading branch information
abrown authored Sep 26, 2024
1 parent b889bab commit d3356e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/ittapi/src/jit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ impl Drop for Jit {

/// Type of event to be dispatched through ittapi's JIT event API.
pub enum EventType {
/// Send this event after a JITted method has been loaded into memory, and possibly JIT
/// Send this event after a JIT-compiled method has been loaded into memory, and possibly JIT
/// compiled, but before the code is executed.
MethodLoadFinished(MethodLoad),

Expand Down

0 comments on commit d3356e4

Please sign in to comment.