0cc11a0dbe
Without this change tests were failing to compile: ``` ---- src/value.rs - graphql_value (line 196) stdout ---- error[E0468]: an `extern crate` loading macros must be at the crate root --> src/value.rs:197:14 | 3 | #[macro_use] extern crate juniper; | ^^^^^^^^^^^^^^^^^^^^^ thread 'rustc' panicked at 'couldn't compile the test', librustdoc/test.rs:295:13 note: Run with `RUST_BACKTRACE=1` for a backtrace. ``` I also confirmed that `main` does not show up in the docs with this change. |
||
---|---|---|
.. | ||
benches | ||
src | ||
Cargo.toml |