Skip to content

Commit

Permalink
fix doc list entry wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
warthog618 committed Jun 14, 2024
1 parent 088b278 commit 085126e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,7 @@ pub use request::Request;
/// The v1 uAPI can be selected as a feature for applications where v2 may be unavailable.
///
/// * `V2` is the current ABI and is used by default.
/// * `V1` is more restrictive than V2, so some information and features are
/// unavailable.
/// * `V1` is more restrictive than V2, so some information and features are unavailable.
#[derive(Clone, Copy, Debug, Default, Eq, PartialEq)]
#[cfg_attr(
feature = "serde",
Expand Down

0 comments on commit 085126e

Please sign in to comment.