diff options
| author | taitep <taitep@taitep.se> | 2025-12-31 13:19:04 +0100 |
|---|---|---|
| committer | taitep <taitep@taitep.se> | 2025-12-31 13:19:04 +0100 |
| commit | 7fcfc031efd20e7fd6e4982a93abebaa6ceee79d (patch) | |
| tree | b161c8ecfc596789d15303a9e2c7369116eaaed6 | |
| parent | 21a8479ce99f54012150cc948ed7e5bb066c61e0 (diff) | |
Stop rust-analyzer from complaining about the big endian host error
| -rw-r--r-- | .rust-analyzer.toml | 2 |
1 files changed, 2 insertions, 0 deletions
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"] |
