savestate: Remove now unnecessary compiler feature
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
4e4ad1b16e
commit
81e02e7e4c
1 changed files with 0 additions and 2 deletions
|
@ -13,8 +13,6 @@
|
||||||
// You should have received a copy of the GNU Affero General Public License
|
// 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/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
#![feature(debug_non_exhaustive)]
|
|
||||||
|
|
||||||
/// Nintendo Pokemon gen1 save state handling, based on
|
/// Nintendo Pokemon gen1 save state handling, based on
|
||||||
/// https://bulbapedia.bulbagarden.net/wiki/Save_data_structure_in_Generation_I
|
/// https://bulbapedia.bulbagarden.net/wiki/Save_data_structure_in_Generation_I
|
||||||
mod error;
|
mod error;
|
||||||
|
|
Loading…
Reference in a new issue