Skip to content

Commit

Permalink
silence a clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed May 28, 2024
1 parent 56afbf2 commit a1d3c66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_size_pass/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")] // hide console window on Windows in release
#![allow(rustdoc::missing_crate_level_docs)] // it's a test

use eframe::egui;

Expand Down

0 comments on commit a1d3c66

Please sign in to comment.