From e1eac6cd798e4180df70f6c8477d1bdf75acb65c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20Houl=C3=A9?= Date: Wed, 4 Jul 2018 10:44:41 +0200 Subject: [PATCH] One-character fix for docs --- src/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index b09b4b076..55549bfa1 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,5 @@ -///! The top-level documentation resides on the [project README](https://github.com/tomhoule/graphql-client) at the moment. +//! The top-level documentation resides on the [project README](https://github.com/tomhoule/graphql-client) at the moment. + extern crate serde; #[macro_use] extern crate serde_derive;