mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 23:00:04 -04:00
eframe::Result is now short for eframe::Result<()> (#4706)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#![allow(clippy::never_loop)] // False positive
|
||||
|
||||
// When compiling natively:
|
||||
fn main() -> Result<(), eframe::Error> {
|
||||
fn main() -> eframe::Result {
|
||||
for arg in std::env::args().skip(1) {
|
||||
match arg.as_str() {
|
||||
"--profile" => {
|
||||
|
||||
Reference in New Issue
Block a user