clone_cell 0.4.2

A Cell that works with a restrictive form of Clone
Documentation
1
2
3
4
5
6
7
#![cfg(feature = "derive")]

#[test]
fn ui() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/ui/**/*.rs");
}