mirror of
https://github.com/lancedb/lancedb.git
synced 2026-07-08 21:40:41 +00:00
fix(query): elide approx mode parse lifetime
This commit is contained in:
@@ -296,7 +296,7 @@ impl From<LanceApproxMode> for ApproxMode {
|
||||
}
|
||||
}
|
||||
|
||||
impl<'a> TryFrom<&'a str> for ApproxMode {
|
||||
impl TryFrom<&str> for ApproxMode {
|
||||
type Error = Error;
|
||||
|
||||
fn try_from(value: &str) -> std::prelude::v1::Result<Self, Self::Error> {
|
||||
|
||||
Reference in New Issue
Block a user