Minor refactor

This commit is contained in:
Stephen Chung
2020-10-20 09:21:41 +08:00
parent f2b6d58122
commit 643ecc86a3
9 changed files with 31 additions and 28 deletions

View File

@@ -1,4 +1,4 @@
error: property getter requires exactly 1 argument
error: property getter requires exactly 1 parameter
--> $DIR/rhai_fn_getter_signature.rs:13:9
|
13 | pub fn test_fn(input: Point, value: bool) -> bool {