Skip to content

Commit

Permalink
I did not fix it. Did update readme tho
Browse files Browse the repository at this point in the history
  • Loading branch information
ReCore-sys committed Jun 26, 2024
1 parent 5bcc86c commit fcabc58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# FerrumC
![GitHub License](https://img.shields.io/github/license/Sweattypalms/ferrumc)
<img alt="GitHub code size in bytes" src="https://img.shields.io/github/languages/code-size/Sweattypalms/ferrumc">
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/Sweattypalms/ferrumc)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/Sweattypalms/ferrumc/rust.yml)

A high performance Minecraft server written in Rust.

Expand Down
3 changes: 2 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@

use std::fs;
use std::sync::Arc;
#[cfg(target_os = "linux")]
#[allow(unused_imports)]
use tokio::fs::try_exists;
#[warn(unused_imports)]
use clap::{Parser};

use log::{debug, info, trace};
Expand Down

0 comments on commit fcabc58

Please sign in to comment.