Skip to content

Commit

Permalink
Removed issue_52 example due to I/O dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ballsteve committed Dec 13, 2023
1 parent 1a84543 commit 1463949
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 173 deletions.
172 changes: 0 additions & 172 deletions examples/issue_52.rs

This file was deleted.

1 change: 0 additions & 1 deletion src/testutils/mod.rs
Expand Up @@ -3,7 +3,6 @@
Most of xrust's modules are written to use the generic Node trait. However, to test their functionality a concrete implementation must be used. Rather than writing, and rewriting, the same set of tests for each concrete implementation, all of the tests have been written as macros. An implementation can then be tested by calling the macros using the type that implements Node.
*/

pub mod eval_test;
pub mod item_node;
pub mod item_value;
pub mod pattern_tests;
Expand Down

0 comments on commit 1463949

Please sign in to comment.