-
-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix tool rules: Ensure get_speed and is_correct_for_drops check for t…
…ags (#566) * fix(tool-rules): ensure `get_speed` and `is_correct_for_drops` check for tags Both functions were ignoring tags (`#tag`), causing incorrect default values. - Now correctly checks tags before returning speed or drop validity. - Ensures tool rules work as expected for both direct and tagged block matches. * Make Clippy happy and use strip_prefix replace manual stripping with strip_prefix * Make clippy happy and use strip_prefix Make clippy happy and use strip_prefix instead of manual stripping. Also removing unnecessary reference * cargo: fmt --------- Co-authored-by: Alexander Medvedev <lilalexmed@proton.me>
- Loading branch information
Showing
1 changed file
with
58 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters