summaryrefslogtreecommitdiff
path: root/rust/src/ast.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/src/ast.rs')
-rw-r--r--rust/src/ast.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/rust/src/ast.rs b/rust/src/ast.rs
index 29d548f..cfc0e40 100644
--- a/rust/src/ast.rs
+++ b/rust/src/ast.rs
@@ -88,10 +88,6 @@ mod ast_tests {
use proptest::collection::vec;
use proptest::prelude::*;
- fn any_sym() -> impl Strategy<Value = Value> {
- identifier().prop_map(Sym)
- }
-
proptest! {
#[test]