diff --git a/src/tools/tidy/src/alphabetical.rs b/src/tools/tidy/src/alphabetical.rs index e3b5437bbc04c..d9714c85428ad 100644 --- a/src/tools/tidy/src/alphabetical.rs +++ b/src/tools/tidy/src/alphabetical.rs @@ -9,6 +9,8 @@ //! // tidy-alphabetical-end //! ``` //! +//! Numeric sequences are parsed as `u64` values, so each sequence must fit within `u64`. +//! //! Empty lines and lines starting (ignoring spaces) with `//` or `#` (except those starting with //! `#!`) are considered comments are are sorted together with the next line (but do not affect //! sorting).