Skip to content

Commit f468877

Browse files
authored
Merge pull request #55 from tomhoule/last-fixes
One-character fix for docs
2 parents ebbdf53 + e1eac6c commit f468877

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
///! The top-level documentation resides on the [project README](https://github.com/tomhoule/graphql-client) at the moment.
1+
//! The top-level documentation resides on the [project README](https://github.com/tomhoule/graphql-client) at the moment.
2+
23
extern crate serde;
34
#[macro_use]
45
extern crate serde_derive;

0 commit comments

Comments
 (0)