We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Descriptor::new
const
Consider making Descriptor::new const. This would be handy when used with Collector when passing a borrowed 'static `Descriptor.
Collector
'static
As far as I can tell, the only current blocker is the string manipulation to add a ,:
,
client_rust/src/registry.rs
Lines 437 to 438 in 85033bf
The text was updated successfully, but these errors were encountered:
With #149 this is obsolete.
Sorry, something went wrong.
No branches or pull requests
Consider making
Descriptor::new
const
. This would be handy when used withCollector
when passing a borrowed'static
`Descriptor.As far as I can tell, the only current blocker is the string manipulation to add a
,
:client_rust/src/registry.rs
Lines 437 to 438 in 85033bf
The text was updated successfully, but these errors were encountered: