savestate: Remove now unnecessary compiler feature

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2021-11-13 21:44:24 +01:00
parent 4e4ad1b16e
commit 81e02e7e4c
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2

View file

@ -13,8 +13,6 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
#![feature(debug_non_exhaustive)]
/// Nintendo Pokemon gen1 save state handling, based on
/// https://bulbapedia.bulbagarden.net/wiki/Save_data_structure_in_Generation_I
mod error;