Commit b6d02f3
Add allow(non_camel_case_types) to generated type (#92)
Currently, rust-analyzer complains:
```
Structure `__lv2_plugin_ports_derive_Ports_PortPointerCache` should have CamelCase name, e.g. `Lv2PluginPortsDerivePortsPortPointerCache`
```
As of [this commit](https://github.com/rust-analyzer/rust-analyzer/pull/6421/files), rust-analyzer will honor `allow(non_camel_case_types)`, so I'm trying to add it here. I have no idea if this actually works though.
Co-authored-by: Adrien Prokopowicz <6529475+prokopyl@users.noreply.github.com>1 parent aa58d5c commit b6d02f3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
0 commit comments