Add no_object
feature to disable objects.
This commit is contained in:
@@ -12,6 +12,7 @@ fn test_mismatched_op() {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(not(feature = "no_object"))]
|
||||
fn test_mismatched_op_custom_type() {
|
||||
#[derive(Clone)]
|
||||
struct TestStruct {
|
||||
|
Reference in New Issue
Block a user