type annot
This commit is contained in:
parent
36c692961e
commit
1ac2bbd0f0
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 {
|
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()
|
||||||
|
|
Loading…
Reference in a new issue