We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bcc86c commit fcabc58Copy full SHA for fcabc58
README.md
@@ -1,6 +1,7 @@
1
# FerrumC
2

3
-<img alt="GitHub code size in bytes" src="https://img.shields.io/github/languages/code-size/Sweattypalms/ferrumc">
+
4
+
5
6
A high performance Minecraft server written in Rust.
7
src/main.rs
@@ -3,8 +3,9 @@
use std::fs;
use std::sync::Arc;
-#[cfg(target_os = "linux")]
+#[allow(unused_imports)]
use tokio::fs::try_exists;
8
+#[warn(unused_imports)]
9
use clap::{Parser};
10
11
use log::{debug, info, trace};
0 commit comments