mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Mutex::new() is now const
This commit is contained in:
parent
8b53a13f0e
commit
e92ceb7282
9 changed files with 31 additions and 45 deletions
|
@ -9,6 +9,3 @@ pub mod ident;
|
|||
pub mod low_level;
|
||||
pub mod module_err;
|
||||
pub mod symbol;
|
||||
|
||||
#[macro_use]
|
||||
extern crate lazy_static;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue