type annot

This commit is contained in:
Mylloon 2024-12-22 19:21:38 +01:00 committed by Mylloon
parent 017f04c15e
commit 77c140a889

View file

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