WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit f287662

Browse files
committed
Run cargo fmt
1 parent 2c4e0bd commit f287662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/icon.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Generated automatically by iced_fontello at build time.
22
// Do not edit manually. Source: ../fonts/comet-icons.toml
33
// 335bfeb1f3396725729a7457fc51d717a4a0ca0cecd15611b613d87858810299
4-
use iced::widget::{text, Text};
54
use iced::Font;
5+
use iced::widget::{Text, text};
66

77
pub const FONT: &[u8] = include_bytes!("../fonts/comet-icons.ttf");
88

0 commit comments

Comments
 (0)