Skip to content

Commit c039c68

Browse files
authored
Clippy warning (#3042)
1 parent 896c839 commit c039c68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

quickwit/quickwit-config/src/service.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ pub enum QuickwitService {
3636
Metastore,
3737
}
3838

39+
#[allow(clippy::from_over_into)]
3940
impl Into<&'static str> for QuickwitService {
4041
fn into(self) -> &'static str {
4142
self.as_str()

0 commit comments

Comments
 (0)