From 4dfe0be52666a922ee8aa97e2a1d677c6463fcf2 Mon Sep 17 00:00:00 2001 From: Sam Scott Date: Sun, 12 Mar 2017 15:33:01 -0400 Subject: Address some clippy comments. Add docs for `Config`. --- src/lib.rs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index b14df1b..d11e49f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -5,7 +5,7 @@ //! //! This library aims for compatability with the syntax of //! [qs](https://github.com/ljharb/qs) and also of the -//! [Rack::Utils::parse_nested_query](http://www.rubydoc.info/github/rack/rack/Rack/Utils#parse_nested_query-class_method) +//! [`Rack::Utils::parse_nested_query`](http://www.rubydoc.info/github/rack/rack/Rack/Utils#parse_nested_query-class_method) //! implementation. //! //! For users who do *not* require nested URL parameters, it is highly @@ -66,10 +66,6 @@ extern crate dtoa; extern crate serde; extern crate url; -#[macro_use] -extern crate serde_derive; - - pub mod de; pub mod ser; -- cgit v1.2.3