Lowercased some files (#7713)

This commit is contained in:
Anton-4 2025-03-24 16:43:18 +01:00 committed by GitHub
parent 843076e11e
commit e9690c9bce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 19 additions and 19 deletions

View file

@ -211,7 +211,7 @@ fn parse_literal_suffix(num_str: &str) -> (Option<ParsedWidth>, &str) {
///
/// The Rust Project is dual-licensed under either Apache 2.0 or MIT,
/// at the user's choice. License information can be found in
/// the LEGAL_DETAILS file in the root directory of this distribution.
/// the legal_details file in the root directory of this distribution.
///
/// Thanks to the Rust project and its contributors!
fn from_str_radix(src: &str, radix: u32) -> Result<ParsedNumResult, IntErrorKind> {