Adopt and apply nightly clippy configuration

This commit is contained in:
Juno Takano 2026-02-16 23:31:18 -03:00
commit 5b5541c28f
33 changed files with 233 additions and 139 deletions

View file

@ -6,7 +6,7 @@ pub struct Bold {
}
impl Bold {
pub fn new(open: bool) -> Bold { Bold { open } }
pub const fn new(open: bool) -> Bold { Bold { open } }
}
impl Parseable for Bold {