![]() # Objective Fixes #9091 ## Solution Rename instances of `Primtive` to `Primitive` ## Migration Guide Before: ```rust let type_path = NamedTypePathDef::Primtive(ident); ``` After: ```rust let type_path = NamedTypePathDef::Primitive(ident); ``` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |