Fix compiler warnings

This commit is contained in:
Bryce Wilson 2021-08-14 21:35:15 -07:00
parent 8b3a49349d
commit f305c82494
No known key found for this signature in database
GPG key ID: F4AEE17C36AB5D15
5 changed files with 6 additions and 5 deletions

View file

@ -627,7 +627,7 @@ bitflags! {
#[doc = "virtual call is too expensive."]
const FLOATS_RIGHT = 0b0000_0000_0000_0100_0000_0000;
#[doc = "Text alignment. \
\
NB: If you update this, update `TEXT_ALIGN_SHIFT` below."]
const TEXT_ALIGN = 0b0000_0000_0111_1000_0000_0000;
#[doc = "Whether this flow has a fragment with `counter-reset` or `counter-increment` \