Skip to content

Commit cb3fa98

Browse files
committed
fixed IoError and IoHandler imports for Non-Mio
1 parent b4d752d commit cb3fa98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/runtime/io/src/service_non_mio.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// You should have received a copy of the GNU General Public License
1515
// along with OpenEthereum. If not, see <http://www.gnu.org/licenses/>.
1616

17-
use crate::{ioError, ioHandler};
17+
use crate::{IoError, IoHandler};
1818
use deque;
1919
use fnv::FnvHashMap;
2020
use num_cpus;

0 commit comments

Comments
 (0)