From 664ab08a3190b28f3e632b460c4530c7bc5307b6 Mon Sep 17 00:00:00 2001 From: lilymonade Date: Tue, 11 Mar 2025 17:45:10 +0000 Subject: [PATCH] yay fixed (#2) Reviewed-on: https://gitea.lilymonade.fr/lilymonade/exowos/pulls/2 --- subject_text/tree | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/subject_text/tree b/subject_text/tree index af5deae..9681cf5 100644 --- a/subject_text/tree +++ b/subject_text/tree @@ -2,6 +2,7 @@ ├── Cargo.toml └── src    ├── errors -    │   └── option.rs +    │   ├── option.rs +    │   └── result.rs    ├── errors.rs    └── lib.rs