Bring over Rust module doc fixes from the C# module docs #9363
ci.yml
on: pull_request
Test Suite
14m 1s
SDK Tests
49s
Lints
1m 49s
Build and test wasm bindings
7m 25s
Matrix: Smoketests
Annotations
1 error and 3 warnings
Lints
Process completed with exit code 101.
|
Test Suite:
modules/module-test-cs/Lib.cs#L70
Non-nullable field 'field' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Test Suite:
modules/module-test-cs/Lib.cs#L99
Non-nullable field 'value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Test Suite:
modules/module-test-cs/Lib.cs#L181
Non-nullable property 'field' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|