Browse Source

allow lazy_cell feature

andy/update-rust
andy 7 months ago
parent
commit
ba0a6cf327
  1. 1
      src/lib.rs

1
src/lib.rs

@ -7,6 +7,7 @@
#![feature(test)]
#![feature(error_generic_member_access)]
#![feature(provide_any)]
#![feature(lazy_cell)]
extern crate test;

Loading…
Cancel
Save