Skip to content

Commit 1463949

Browse files
committed
Removed issue_52 example due to I/O dependencies
1 parent 1a84543 commit 1463949

File tree

2 files changed

+0
-173
lines changed

2 files changed

+0
-173
lines changed

examples/issue_52.rs

-172
This file was deleted.

src/testutils/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
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.
44
*/
55

6-
pub mod eval_test;
76
pub mod item_node;
87
pub mod item_value;
98
pub mod pattern_tests;

0 commit comments

Comments
 (0)