type annot
This commit is contained in:
parent
017f04c15e
commit
77c140a889
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue