Update MSRV to 1.90 (#21987)

This commit is contained in:
Micha Reiser
2025-12-15 14:29:11 +01:00
committed by GitHub
parent 0b918ae4d5
commit d08e414179
12 changed files with 11 additions and 18 deletions

View File

@@ -1247,6 +1247,7 @@ impl<'a> Generator<'a> {
self.p_bytes_repr(&bytes_literal.value, bytes_literal.flags);
}
}
#[expect(clippy::eq_op)]
Expr::NumberLiteral(ast::ExprNumberLiteral { value, .. }) => {
static INF_STR: &str = "1e309";
assert_eq!(f64::MAX_10_EXP, 308);