From a6278fae8ff5e12ec9882b9109f8b0d81fc4c163 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 1 Apr 2024 18:01:28 +0200 Subject: [PATCH] typo --- src/routes/cours.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/cours.rs b/src/routes/cours.rs index 29d8a12..ff9d300 100644 --- a/src/routes/cours.rs +++ b/src/routes/cours.rs @@ -32,7 +32,7 @@ struct CoursTemplate { content: Option, } -#[derive(Debug, Serialize, Clone)] +#[derive(Clone, Debug, Serialize)] struct FileNode { name: String, is_dir: bool,