type annot

This commit is contained in:
Mylloon 2024-12-22 19:21:38 +01:00
parent 36c692961e
commit 1ac2bbd0f0
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -67,7 +67,7 @@ fn get_content(
fn build_page(info: &web::Query<PathRequest>, config: Config) -> String { fn build_page(info: &web::Query<PathRequest>, config: Config) -> String {
let cours_dir = "data/cours"; let cours_dir = "data/cours";
let (ep, el): (_, Vec<String>) = config let (ep, el): (_, Vec<_>) = config
.fc .fc
.exclude_courses .exclude_courses
.unwrap() .unwrap()