Skip to content

Commit

Permalink
Fix clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Jan 21, 2025
1 parent 40d4859 commit 3be6f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/egui_demo_lib/src/demo/about.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ fn links(ui: &mut egui::Ui) {
"https://github.com/emilk/egui",
);
ui.hyperlink_to(
format!("@ernerfeldt.bsky.social"),
"@ernerfeldt.bsky.social",
"https://bsky.app/profile/ernerfeldt.bsky.social",
);
ui.hyperlink_to("📓 egui documentation", "https://docs.rs/egui/");
Expand Down

0 comments on commit 3be6f45

Please sign in to comment.