mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
Add emath::fast_midpoint (#7435)
This commit is contained in:
@@ -300,7 +300,7 @@ zero_sized_map_values = "warn"
|
||||
# doc_comment_double_space_linebreaks = "warn"
|
||||
# elidable_lifetime_names = "warn"
|
||||
# ignore_without_reason = "warn"
|
||||
# manual_midpoint = "warn"
|
||||
# manual_midpoint = "warn" # NOTE `midpoint` is often a lot slower for floats, so we have our own `emath::fast_midpoint` function.
|
||||
# non_std_lazy_statics = "warn"
|
||||
# precedence_bits = "warn"
|
||||
# return_and_then = "warn"
|
||||
|
||||
Reference in New Issue
Block a user