mirror of
https://github.com/danog/ext-php-rs.git
synced 2024-11-30 04:39:04 +01:00
Fix clippy warning, unused lifetime parameter
This commit is contained in:
parent
faa452ecd1
commit
ab85298b37
@ -333,7 +333,7 @@ impl<'a> TryFrom<&'a ZendStr> for &'a str {
|
||||
}
|
||||
}
|
||||
|
||||
impl<'a> TryFrom<&ZendStr> for String {
|
||||
impl TryFrom<&ZendStr> for String {
|
||||
type Error = Error;
|
||||
|
||||
fn try_from(value: &ZendStr) -> Result<Self> {
|
||||
|
Loading…
Reference in New Issue
Block a user