mirror of
https://github.com/Xevion/banner.git
synced 2026-01-30 22:23:32 -06:00
chore: use clippy by default for check command, fix lint
This commit is contained in:
Vendored
+3
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"rust-analyzer.check.command": "clippy"
|
||||||
|
}
|
||||||
@@ -62,7 +62,7 @@ impl Holiday {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// University holidays that should be excluded from class schedules
|
/// University holidays that should be excluded from class schedules
|
||||||
const UNIVERSITY_HOLIDAYS: &[(&'static str, Holiday)] = &[
|
const UNIVERSITY_HOLIDAYS: &[(&str, Holiday)] = &[
|
||||||
("Labor Day", Holiday::Single { month: 9, day: 1 }),
|
("Labor Day", Holiday::Single { month: 9, day: 1 }),
|
||||||
(
|
(
|
||||||
"Fall Break",
|
"Fall Break",
|
||||||
|
|||||||
Reference in New Issue
Block a user