This commit is contained in:
2025-11-03 23:10:42 -08:00
parent 265e30f438
commit 8be830d36f
4 changed files with 9 additions and 24 deletions

View File

@@ -2,8 +2,6 @@ use maud::{Markup, Render, html};
use strum::{Display, EnumString};
#[derive(Debug, Clone, Copy, EnumString, Display)]
#[expect(clippy::allow_attributes)]
#[allow(dead_code)]
#[strum(serialize_all = "snake_case")]
pub enum FAIcon {
Github,