Fix clippy: Remove unnecessary lifetime specifier
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
1d86f122d3
commit
f280c4b8fa
|
@ -16,7 +16,7 @@ use crate::{
|
||||||
Result,
|
Result,
|
||||||
};
|
};
|
||||||
|
|
||||||
const DEFAULT_REDIRECT_URI: &'static str = "urn:ietf:wg:oauth:2.0:oob";
|
const DEFAULT_REDIRECT_URI: &str = "urn:ietf:wg:oauth:2.0:oob";
|
||||||
|
|
||||||
/// Handles registering your mastodon app to your instance. It is recommended
|
/// Handles registering your mastodon app to your instance. It is recommended
|
||||||
/// you cache your data struct to avoid registering on every run.
|
/// you cache your data struct to avoid registering on every run.
|
||||||
|
|
Loading…
Reference in New Issue