mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 09:22:26 +00:00
Lots of clippy appeasement
This commit is contained in:
@@ -8,7 +8,8 @@ pub struct HrefElement {
|
||||
}
|
||||
|
||||
impl HrefElement {
|
||||
#[must_use] pub const fn new(href: String) -> Self {
|
||||
#[must_use]
|
||||
pub const fn new(href: String) -> Self {
|
||||
Self { href }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user