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).