1
0
mirror of https://github.com/bspeice/qadapt synced 2025-08-27 09:46:47 -04:00

First of edition fixing

This commit is contained in:
2018-12-06 22:12:21 -05:00
parent 5232c556ff
commit de2b6700ae
5 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
extern crate qadapt;
use qadapt::enter_protected;
use qadapt::exit_protected;

View File

@ -1,4 +1,4 @@
extern crate qadapt;
use std::io;
use qadapt::allocate_panic;