Skip to content

Commit 775111d

Browse files
committed
sound: deny clippy::undocumented_unsafe_blocks
Signed-off-by: Manos Pitsidianakis <[email protected]>
1 parent cfc7c5e commit 775111d

File tree

1 file changed

+1
-0
lines changed
  • staging/vhost-device-sound/src

1 file changed

+1
-0
lines changed

staging/vhost-device-sound/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// SPDX-License-Identifier: Apache-2.0 or BSD-3-Clause
33
//
44
#![deny(
5+
clippy::undocumented_unsafe_blocks,
56
/* groups */
67
clippy::correctness,
78
clippy::suspicious,

0 commit comments

Comments
 (0)