From 7fcfc031efd20e7fd6e4982a93abebaa6ceee79d Mon Sep 17 00:00:00 2001 From: taitep Date: Wed, 31 Dec 2025 13:19:04 +0100 Subject: [PATCH] Stop rust-analyzer from complaining about the big endian host error --- .rust-analyzer.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .rust-analyzer.toml diff --git a/.rust-analyzer.toml b/.rust-analyzer.toml new file mode 100644 index 0000000..e42ff37 --- /dev/null +++ b/.rust-analyzer.toml @@ -0,0 +1,2 @@ +[diagnostics] +disabled = ["inactive-code"]