googleapis / google-cloud-rust

Google Cloud Platform Rust [Experimental] Client Libraries
Apache License 2.0
264 stars 18 forks source link

refactor(generator/rust): factor out some common execute code #241

Closed codyoss closed 1 day ago

codyoss commented 1 day ago

Had to create a NoBody type to pass along to satisfy generics. This type is not exported.

Fixes: #139

codyoss commented 1 day ago

@coryan The spell check is a false positive. Not sure how to get around that...

There is a .typos.toml file you can add directives to:

https://github.com/crate-ci/typos/blob/master/README.md#false-positives

https://github.com/crate-ci/typos/blob/master/docs/reference.md

coryan commented 1 day ago

This worked for me:

[type.mustache]
extend-glob = ["*.mustache"]

[type.mustache.extend-words]
ser = "ser"