Skip to content

Commit

Permalink
Fix clippy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
anfedotoff committed Aug 14, 2024
1 parent fda7210 commit d7de416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcasr/src/stacktrace.rs
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ pub fn cluster_stacktraces(stacktraces: &[Stacktrace]) -> Result<Vec<usize>> {
/// * `crashlines` - slice of crashlines as String
///
/// * 'clusters' - A vector of the same length as `crashlines`.
/// Vec\[i\] is the flat cluster number to which original casrep i belongs.
/// Vec\[i\] is the flat cluster number to which original casrep i belongs.
///
/// # Return value
///
Expand Down

0 comments on commit d7de416

Please sign in to comment.