mirror of
https://github.com/Xevion/banner.git
synced 2025-12-05 23:14:20 -06:00
chore: use clippy by default for check command, fix lint
This commit is contained in:
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
@@ -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