juniper/juniper
Christian Legnitto 0cc11a0dbe Make tests compile on latest nightly
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.
2018-02-21 09:40:42 +01:00
..
benches Rust fmt the whole codebase 2017-08-06 21:15:08 +02:00
src Make tests compile on latest nightly 2018-02-21 09:40:42 +01:00
Cargo.toml 0.9.2 release 2018-01-13 10:34:30 +01:00