We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d78bbf4 commit b4a26b0Copy full SHA for b4a26b0
src/cargo/sources/registry/mod.rs
@@ -887,7 +887,7 @@ impl<'cfg> Source for RegistrySource<'cfg> {
887
888
impl RegistryConfig {
889
/// File name of [`RegistryConfig`].
890
- const NAME: &str = "config.json";
+ const NAME: &'static str = "config.json";
891
}
892
893
/// Get the maximum upack size that Cargo permits
0 commit comments