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.
1 parent 896c839 commit c039c68Copy full SHA for c039c68
quickwit/quickwit-config/src/service.rs
@@ -36,6 +36,7 @@ pub enum QuickwitService {
36
Metastore,
37
}
38
39
+#[allow(clippy::from_over_into)]
40
impl Into<&'static str> for QuickwitService {
41
fn into(self) -> &'static str {
42
self.as_str()
0 commit comments