This commit is contained in:
Nikolay Kim 2024-09-02 15:29:54 +05:00
parent e595f9c9c2
commit f1577b8b2d

View file

@ -1,3 +1,4 @@
#![allow(clippy::type_complexity, clippy::let_underscore_future)]
//! A runtime implementation that runs everything on the current thread.
use std::{cell::RefCell, ptr};