|
1 | 1 | //! This file is automatically generated by build.rs. Do not edit manually. |
2 | 2 | use crate::intrinsic_methods::IntrinsicMethod; |
3 | 3 |
|
| 4 | +#[deny(clippy::large_stack_arrays)] |
4 | 5 | #[expect(clippy::unreadable_literal)] |
5 | 6 | pub(crate) static JAVA_8: phf::Map<&'static str, IntrinsicMethod> = ::phf::Map { |
6 | 7 | key: 16287231350648472473, |
@@ -1983,6 +1984,7 @@ pub(crate) static JAVA_8: phf::Map<&'static str, IntrinsicMethod> = ::phf::Map { |
1983 | 1984 | ], |
1984 | 1985 | }; |
1985 | 1986 |
|
| 1987 | +#[deny(clippy::large_stack_arrays)] |
1986 | 1988 | #[expect(clippy::unreadable_literal)] |
1987 | 1989 | pub(crate) static JAVA_11: phf::Map<&'static str, IntrinsicMethod> = ::phf::Map { |
1988 | 1990 | key: 16287231350648472473, |
@@ -3983,6 +3985,7 @@ pub(crate) static JAVA_11: phf::Map<&'static str, IntrinsicMethod> = ::phf::Map |
3983 | 3985 | ], |
3984 | 3986 | }; |
3985 | 3987 |
|
| 3988 | +#[deny(clippy::large_stack_arrays)] |
3986 | 3989 | #[expect(clippy::unreadable_literal)] |
3987 | 3990 | pub(crate) static JAVA_17: phf::Map<&'static str, IntrinsicMethod> = ::phf::Map { |
3988 | 3991 | key: 16287231350648472473, |
@@ -6072,6 +6075,7 @@ pub(crate) static JAVA_17: phf::Map<&'static str, IntrinsicMethod> = ::phf::Map |
6072 | 6075 | ], |
6073 | 6076 | }; |
6074 | 6077 |
|
| 6078 | +#[deny(clippy::large_stack_arrays)] |
6075 | 6079 | #[expect(clippy::unreadable_literal)] |
6076 | 6080 | pub(crate) static JAVA_21: phf::Map<&'static str, IntrinsicMethod> = ::phf::Map { |
6077 | 6081 | key: 16287231350648472473, |
@@ -8150,6 +8154,7 @@ pub(crate) static JAVA_21: phf::Map<&'static str, IntrinsicMethod> = ::phf::Map |
8150 | 8154 | ], |
8151 | 8155 | }; |
8152 | 8156 |
|
| 8157 | +#[deny(clippy::large_stack_arrays)] |
8153 | 8158 | #[expect(clippy::unreadable_literal)] |
8154 | 8159 | pub(crate) static JAVA_24: phf::Map<&'static str, IntrinsicMethod> = ::phf::Map { |
8155 | 8160 | key: 16287231350648472473, |
|
0 commit comments