1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 06:40:06 -04:00

Enable more clippy lints (#7418)

More is more!
This commit is contained in:
Emil Ernerfeldt
2025-08-05 19:47:26 +02:00
committed by GitHub
parent e9afd3c52d
commit ef039aa566
13 changed files with 38 additions and 16 deletions

View File

@@ -321,6 +321,8 @@ fn try_image_snapshot_options_impl(
name: String,
options: &SnapshotOptions,
) -> SnapshotResult {
#![expect(clippy::print_stdout)]
let SnapshotOptions {
threshold,
output_path,