From 83704cb5ba7e76ba2704d5a8fac11444d34008ef Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Mon, 30 Nov 2015 23:25:15 -0500 Subject: [PATCH] Separate Client constructors and methods --- src/client.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/client.rs b/src/client.rs index 5cabcc9..6e6e0d9 100644 --- a/src/client.rs +++ b/src/client.rs @@ -137,7 +137,9 @@ impl Client { "https://github.com/login/oauth/access_token" ) } +} +impl Client { /// Constructs an authorization request URI. /// /// See [RFC6749 section 4.1.1](http://tools.ietf.org/html/rfc6749#section-4.1.1).