1
0
Fork 0
mirror of https://codeberg.org/icewind/vbsp.git synced 2026-06-04 02:54:08 +02:00

remove global allows

This commit is contained in:
Robin Appelman 2020-06-26 19:27:18 +02:00
commit 6357309f25
3 changed files with 1 additions and 9 deletions

View file

@ -1,6 +1,3 @@
#![allow(dead_code)]
#![allow(unreachable_code)]
mod bspfile;
mod data;
mod reader;