Skip to content

Commit 7e9d9ee

Browse files
committed
Fix new clippy lints
1 parent 29f27b7 commit 7e9d9ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ndk/src/data_space.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ pub enum DataSpaceTransfer {
574574
/// n = 0.25 * 2610 / 4096 = 0.1593017578125
575575
/// ```
576576
/// - `L`: luminance of image 0 <= L <= 1 for HDR colorimetry.
577-
/// `L = 1` corresponds to `10000 cd/m2`
577+
/// `L = 1` corresponds to `10000 cd/m2`
578578
#[doc(alias = "TRANSFER_ST2084")]
579579
St2084 = ffi::ADataSpace::TRANSFER_ST2084.0,
580580
/// ARIB STD-B67 Hybrid Log Gamma.
@@ -589,7 +589,7 @@ pub enum DataSpaceTransfer {
589589
/// r = 0.5
590590
/// ```
591591
/// - `L`: luminance of image `0 <= L` for HDR colorimetry.
592-
/// `L = 1` corresponds to reference white level of `100 cd/m2`
592+
/// `L = 1` corresponds to reference white level of `100 cd/m2`
593593
/// - `E`: corresponding electrical signal
594594
#[doc(alias = "TRANSFER_HLG")]
595595
HLG = ffi::ADataSpace::TRANSFER_HLG.0,

0 commit comments

Comments
 (0)