Skip to content

Commit

Permalink
feat(registry): add weaver check registry command
Browse files Browse the repository at this point in the history
  • Loading branch information
lquerel committed Feb 16, 2024
1 parent ade29bb commit c9205a8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/weaver_resolver/src/registry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ pub struct UnresolvedGroup {
///
/// This function returns the resolved registry or an error if the resolution process
/// failed.
#[allow(dead_code)] // ToDo remove this once this function is called from the CLI.
pub fn resolve_semconv_registry(
attr_catalog: &mut AttributeCatalog,
registry_url: &str,
Expand Down Expand Up @@ -136,7 +135,6 @@ pub fn resolve_semconv_registry(
///
/// This function returns an unresolved registry containing the semantic
/// convention specifications.
#[allow(dead_code)] // ToDo remove this once this function is called from the CLI.
fn unresolved_registry_from_specs(
registry_url: &str,
registry: &SemConvRegistry,
Expand Down

0 comments on commit c9205a8

Please sign in to comment.