Comment out some doctests

This commit is contained in:
Richard Feldman 2019-08-03 12:27:35 -04:00
parent a7b855598c
commit b42eb80242
2 changed files with 12 additions and 8 deletions

View file

@ -6,7 +6,7 @@ pub mod operator;
pub mod region;
pub mod canonicalize;
pub mod collections;
mod graph;
pub mod graph;
// #[macro_use]
// extern crate log;