Code style issues fixed

This commit is contained in:
Ilya Lakhin
2020-07-29 20:17:18 +07:00
parent a856a8bbcb
commit 8fc16b40e6
3 changed files with 22 additions and 21 deletions

View File

@@ -211,7 +211,7 @@ fn test_fn_ptr_curry_call() -> Result<(), Box<EvalAltResult>> {
}
#[test]
#[cfg(not(feature = "no_closures"))]
#[cfg(not(feature = "no_capture"))]
fn test_fn_closures() -> Result<(), Box<EvalAltResult>> {
let engine = Engine::new();