Skip to content

Commit 3ae58bf

Browse files
committed
Fix build breakage after uuid crate update.
1 parent 0b8a6bc commit 3ae58bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bluez-async/src/device.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ mod tests {
391391

392392
assert_eq!(
393393
get_services(OrgBluezDevice1Properties(&device_properties)),
394-
vec![]
394+
Vec::<Uuid>::new(),
395395
)
396396
}
397397

0 commit comments

Comments
 (0)