diff options
Diffstat (limited to 'src/model/user.rs')
| -rw-r--r-- | src/model/user.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/model/user.rs b/src/model/user.rs index 7d26fd4..d3cb72d 100644 --- a/src/model/user.rs +++ b/src/model/user.rs @@ -172,7 +172,8 @@ impl CurrentUser { /// }, /// }; /// - /// assert_eq!(url, "https://discordapp.com/api/oauth2/authorize?client_id=249608697955745802&scope=bot"); + /// assert_eq!(url, "https://discordapp.com/api/oauth2/authorize? \ + /// client_id=249608697955745802&scope=bot"); /// ``` /// /// Get the invite url with some basic permissions set: |