We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
elided_named_lifetimes
1 parent fb82298 commit f221ee3Copy full SHA for f221ee3
src/servers/src/mysql/handler.rs
@@ -249,7 +249,7 @@ impl<W: AsyncWrite + Send + Sync + Unpin> AsyncMysqlShim<W> for MysqlInstanceShi
249
self.auth_plugin()
250
}
251
252
- async fn auth_plugin_for_username(&self, _user: &[u8]) -> &str {
+ async fn auth_plugin_for_username<'a, 'user>(&'a self, _user: &'user [u8]) -> &'a str {
253
254
255
0 commit comments