Skip to content

Commit 5feb3c9

Browse files
a4lgAmanieu
authored andcommitted
resolve clippy::doc_lazy_continuation
This commit adds indentation as suggested by the Clippy warning.
1 parent be20f62 commit 5feb3c9

File tree

1 file changed

+3
-3
lines changed
  • library/stdarch/crates/std_detect/src/detect/os/linux

1 file changed

+3
-3
lines changed

library/stdarch/crates/std_detect/src/detect/os/linux/auxvec.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ pub(crate) struct AuxVec {
4545
/// There is no perfect way of reading the auxiliary vector.
4646
///
4747
/// - If the `std_detect_dlsym_getauxval` cargo feature is enabled, this will use
48-
/// `getauxval` if its linked to the binary, and otherwise proceed to a fallback implementation.
49-
/// When `std_detect_dlsym_getauxval` is disabled, this will assume that `getauxval` is
50-
/// linked to the binary - if that is not the case the behavior is undefined.
48+
/// `getauxval` if its linked to the binary, and otherwise proceed to a fallback implementation.
49+
/// When `std_detect_dlsym_getauxval` is disabled, this will assume that `getauxval` is
50+
/// linked to the binary - if that is not the case the behavior is undefined.
5151
/// - Otherwise, if the `std_detect_file_io` cargo feature is enabled, it will
5252
/// try to read `/proc/self/auxv`.
5353
/// - If that fails, this function returns an error.

0 commit comments

Comments
 (0)