Skip to content

Commit fcabc58

Browse files
committed
I did not fix it. Did update readme tho
1 parent 5bcc86c commit fcabc58

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# FerrumC
22
![GitHub License](https://img.shields.io/github/license/Sweattypalms/ferrumc)
3-
<img alt="GitHub code size in bytes" src="https://img.shields.io/github/languages/code-size/Sweattypalms/ferrumc">
3+
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/Sweattypalms/ferrumc)
4+
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/Sweattypalms/ferrumc/rust.yml)
45

56
A high performance Minecraft server written in Rust.
67

src/main.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33

44
use std::fs;
55
use std::sync::Arc;
6-
#[cfg(target_os = "linux")]
6+
#[allow(unused_imports)]
77
use tokio::fs::try_exists;
8+
#[warn(unused_imports)]
89
use clap::{Parser};
910

1011
use log::{debug, info, trace};

0 commit comments

Comments
 (0)