Skip to content

Commit 87d0e0c

Browse files
committed
Merci clippy
1 parent a220ad8 commit 87d0e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library-config/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ impl Configurator {
634634
mem::take(&mut stable_config.apm_configuration_default)
635635
.0
636636
// TODO(paullgdc): use Box<[I]>::into_iter when we can use rust 1.80
637-
.to_vec()
637+
.into_vec()
638638
.into_iter()
639639
.map(|(k, v)| {
640640
(

0 commit comments

Comments
 (0)