From 0e110cdcbd49642dcc802a822d6dd6ce0ca7f38d Mon Sep 17 00:00:00 2001 From: xfy Date: Thu, 2 Jul 2026 18:15:42 +0800 Subject: [PATCH] chore: update rust analayzer --- rust-analyzer.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-analyzer.toml b/rust-analyzer.toml index cedcfea..a93d276 100644 --- a/rust-analyzer.toml +++ b/rust-analyzer.toml @@ -1,4 +1,4 @@ linkedProjects = ["Cargo.toml"] [files] -exclude = ["node_modules", "public", ".dioxus", ".omc", "dist"] +exclude = ["node_modules", "public", ".dioxus", "libs", "static"]