Clean up some Value/Bool/Char code

This commit is contained in:
Eryn Wells 2017-04-08 16:35:11 -07:00
parent 27f1fb63ea
commit c2ac6450ba
4 changed files with 20 additions and 37 deletions

View file

@ -1,3 +1,7 @@
mod bool;
mod char;
mod value;
#[cfg(test)]
mod tests {
#[test]