Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Rename main.rs to server.rs in lobby subcrate
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 authored and TrueDoctor committed Jun 9, 2020
1 parent b47bade commit 3ec3c1e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lobby/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![feature(decl_macro)]
#![feature(proc_macro_hygiene)]

pub mod main;
pub mod server;
File renamed without changes.
2 changes: 1 addition & 1 deletion lobby/tests/basic.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use lobby::main::*;
use lobby::server::*;

use rocket::http::{ContentType, Status};
use rocket::local::Client;
Expand Down

0 comments on commit 3ec3c1e

Please sign in to comment.