Skip to content

Commit

Permalink
automata: fix line wrapping
Browse files Browse the repository at this point in the history
Breaking lines in the middle of backticks appears to be bad juju for
some Markdown renderers.
  • Loading branch information
BurntSushi committed Oct 9, 2023
1 parent e598c4d commit c5e9de9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions regex-automata/src/util/look.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ impl Look {
pub struct LookSet {
/// The underlying representation this set is exposed to make it possible
/// to store it somewhere efficiently. The representation is that
/// of a bitset, where each assertion occupies bit `i` where `i =
/// Look::as_repr()`.
/// of a bitset, where each assertion occupies bit `i` where
/// `i = Look::as_repr()`.
///
/// Note that users of this internal representation must permit the full
/// range of `u16` values to be represented. For example, even if the
Expand Down

0 comments on commit c5e9de9

Please sign in to comment.