diff options
Diffstat (limited to 'server/registry/src/main.rs')
| -rw-r--r-- | server/registry/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/registry/src/main.rs b/server/registry/src/main.rs index 3cd252d9..0ccee7f3 100644 --- a/server/registry/src/main.rs +++ b/server/registry/src/main.rs @@ -15,7 +15,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. */ -#![feature(never_type)] + pub mod conn_test; pub mod list; pub mod lobby; |