flatbuffers/tests/optional_scalars
Rob Jellinghaus a5343d6116
fix(idl_gen_rust): Fix lifetime warning added in Rust 1.89 (#8709)
Rust 1.89 added a new lifetime-related warning:
<https://blog.rust-lang.org/2025/08/07/Rust-1.89.0/#mismatched-lifetime-syntaxes-lint>

The Rust code generator currently emits code which trips this warning. This very small PR
fixes the issue for the relevant generated functions and for the Rust flexbuffers code.

Fixes #8705
2025-12-02 22:27:40 -05:00
..
optional_scalars fix(idl_gen_rust): Fix lifetime warning added in Rust 1.89 (#8709) 2025-12-02 22:27:40 -05:00
__init__.py
mod.rs
OptionalByte.cs
OptionalByte.go
OptionalByte.java
OptionalByte.kt Only generate @kotlin.ExperimentalUnsigned annotation on create*Vector methods having an unsigned array type parameter. (#7881) 2023-04-28 17:10:01 +00:00
OptionalByte.nim FlatBuffers Version 25.9.23 (#8708) 2025-09-23 22:18:02 -07:00
OptionalByte.py
ScalarStuff.cs FlatBuffers Version 25.9.23 (#8708) 2025-09-23 22:18:02 -07:00
ScalarStuff.go bulk code format fix (#8707) 2025-09-23 21:50:27 -07:00
ScalarStuff.java [Java] Use Table's fully qualified path (#8729) 2025-12-01 11:28:50 -05:00
ScalarStuff.kt FlatBuffers Version 25.9.23 (#8708) 2025-09-23 22:18:02 -07:00
ScalarStuff.nim FlatBuffers Version 25.9.23 (#8708) 2025-09-23 22:18:02 -07:00
ScalarStuff.py [Python] Enhance object API __init__ with typed keyword arguments (#8615) 2025-07-22 23:57:39 -07:00